gauche: call full path in test

This commit is contained in:
Dominyk Tiller 2016-04-30 16:40:12 +01:00
parent e178227217
commit fb419655c4

View file

@ -21,7 +21,7 @@ class Gauche < Formula
end
test do
output = shell_output("gosh -V")
assert_match /Gauche scheme shell, version #{version}/, output
output = shell_output("#{bin}/gosh -V")
assert_match "Gauche scheme shell, version #{version}", output
end
end