Skip to content

Commit 053dfa8

Browse files
SMillerDevBrewTestBot
authored andcommitted
scriptisto: rebuild
scriptiso: specify bin in test
1 parent 5b28574 commit 053dfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/scriptisto.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ def install
3838
return 0;
3939
}
4040
EOS
41-
assert_equal "Hello, world!\n", shell_output("scriptisto ./hello-c.c")
41+
assert_equal "Hello, world!\n", shell_output("#{bin}/scriptisto ./hello-c.c")
4242
end
4343
end

0 commit comments

Comments
 (0)