brew/Library/Homebrew/test/sh_test.rb

9 lines
211 B
Ruby
Raw Normal View History

require "testing_env"
2016-09-27 00:03:40 +02:00
class IntegrationCommandTestSh < IntegrationCommandTestCase
def test_sh
assert_match "Your shell has been configured",
cmd("sh", "SHELL" => which("true"))
end
end