gauche: call full path in test
This commit is contained in:
parent
e178227217
commit
fb419655c4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue