diff --git a/test/system/107-rmi.bats b/test/system/107-rmi.bats index 4c81136..9ba1c74 100644 --- a/test/system/107-rmi.bats +++ b/test/system/107-rmi.bats @@ -35,7 +35,7 @@ teardown() { pull_default_image - run $TOOLBOX rmi --all + run --keep-empty-lines $TOOLBOX rmi --all assert_success assert_output "" @@ -53,7 +53,7 @@ teardown() { create_container foo start_container foo - run $TOOLBOX rmi --all + run --keep-empty-lines $TOOLBOX rmi --all assert_failure assert_output --regexp "Error: image .* has dependent children" @@ -70,7 +70,7 @@ teardown() { create_container foo start_container foo - run $TOOLBOX rmi --all --force + run --keep-empty-lines $TOOLBOX rmi --all --force assert_success assert_output ""