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 fd5fc20 commit 718dbc0Copy full SHA for 718dbc0
Formula/docker-ls.rb
@@ -31,11 +31,11 @@ def install
31
test do
32
assert_match(/\Wlatest\W/m, pipe_output("#{bin}/docker-ls tags \
33
-r https://index.docker.io -u '' -p '' \
34
- --progress-indicator=false library/busybox \
+ --progress-indicator=false library/busybox
35
"))
36
37
assert_match "401", pipe_output("#{bin}/docker-rm \
38
- -r https://index.docker.io -u foo -p bar library/busybox:latest 2<&1 \
+ -r https://index.docker.io -u foo -p bar library/busybox:latest 2<&1
39
")
40
end
41
0 commit comments