We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159e2ea commit d3a28fcCopy full SHA for d3a28fc
Formula/oras.rb
@@ -44,7 +44,7 @@ def install
44
45
# Although it might not make much sense passing the JSON as both manifest and payload,
46
# it helps make the test consistent as the error can randomly switch between either hash
47
- output = shell_output("oras push localhost:#{port}/test-artifact:v1 " \
+ output = shell_output("#{bin}/oras push localhost:#{port}/test-artifact:v1 " \
48
"--config test.json:application/vnd.homebrew.test.config.v1+json " \
49
"./test.json 2>&1", 1)
50
assert_match "#{port}: connect: connection refused", output
0 commit comments