Skip to content

Commit 2ddef8f

Browse files
SMillerDevBrewTestBot
authored andcommitted
h2c: specify bin in test
1 parent c398dac commit 2ddef8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/h2c.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def install
1414
end
1515

1616
test do
17-
assert_match "h2c.pl [options] < file", shell_output("h2c --help")
17+
assert_match "h2c.pl [options] < file", shell_output("#{bin}/h2c --help")
1818

1919
# test if h2c can convert HTTP headers to curl options.
2020
assert_match "curl --head --http1.1 --header Accept: --header \"Shoesize: 12\" --user-agent \"moo\" https://example.com/",

0 commit comments

Comments
 (0)