diff options
Diffstat (limited to 'test/kpod_stop.bats')
-rw-r--r-- | test/kpod_stop.bats | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/kpod_stop.bats b/test/kpod_stop.bats index 1a79371af..7d9cf3e63 100644 --- a/test/kpod_stop.bats +++ b/test/kpod_stop.bats @@ -6,6 +6,10 @@ function teardown() { cleanup_test } +function setup() { + copy_images +} + @test "stop a bogus container" { run ${KPOD_BINARY} ${KPOD_OPTIONS} stop foobar echo "$output" |