diff options
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/130-kill.bats | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/system/130-kill.bats b/test/system/130-kill.bats index e6a77222a..8085b171e 100644 --- a/test/system/130-kill.bats +++ b/test/system/130-kill.bats @@ -16,7 +16,8 @@ load helpers echo READY; while ! test -e /stop; do sleep 0.05; done; echo DONE" - cid="$output" + # Ignore output regarding pulling/processing container images + cid=$(echo "$output" | tail -1) # Run 'logs -f' on that container, but run it in the background with # redirection to a named pipe from which we (foreground job) read |