More testing

This commit is contained in:
Gene Liverman 2017-05-07 16:57:16 -07:00
parent d008f064cc
commit 1241ef7c85
9 changed files with 65 additions and 23 deletions

View file

@ -12,7 +12,8 @@ if OS.mac?
elsif Integer(stdout.strip.split('.')[0]) < 10
puts "Wow... you're sure running an old os (#{stdout.strip} to be exact)"
else
abort("It seems you are on a Mac but I don't know what to do on v#{stdout.strip}")
abort("It seems you are on a Mac but I don't know what to do on \
v#{stdout.strip}")
end
elsif OS.liux?
puts 'It seems you are on Linux'