Skip to content

Commit

Permalink
fixed docker inspect test
Browse files Browse the repository at this point in the history
  • Loading branch information
damoon committed Feb 4, 2021
1 parent b4eb268 commit c582a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker-inspect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -uexo pipefail
export DOCKER_HOST=tcp://127.0.0.1:12376
until docker version; do sleep 1; done

docker pull alpine
docker inspect alpine
if docker pull missing; then echo "this should fail"; false; else echo "exit code propagated"; fi

echo "done"

0 comments on commit c582a64

Please sign in to comment.