scriptisto: rebuild

scriptiso: specify bin in test
master
Sean Molenaar 2023-02-08 10:38:49 +01:00 committed by BrewTestBot
parent 5b285748d1
commit 053dfa8ed0
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ class Scriptisto < Formula
return 0;
}
EOS
assert_equal "Hello, world!\n", shell_output("scriptisto ./hello-c.c")
assert_equal "Hello, world!\n", shell_output("#{bin}/scriptisto ./hello-c.c")
end
end