Skip to content

Commit

Permalink
Minor fix in variable
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine committed Aug 26, 2016
1 parent 87a228d commit ea7f188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/image-test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ load ../common
skip "Docker $imagename/$maintainer was created before"
fi
run bash -c "docker images -q $maintainer/$imagename"
if [ $status -eq 0 ]; then
if [ $status -eq 1 ]; then
skip "Docker image $maintainer/$imagename was built before"
fi
run bash -c "bin/build.sh"
Expand Down

0 comments on commit ea7f188

Please sign in to comment.