diff options
Diffstat (limited to 'test/kpod_ps.bats')
-rw-r--r-- | test/kpod_ps.bats | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/kpod_ps.bats b/test/kpod_ps.bats index 8f1aba816..c62dfe194 100644 --- a/test/kpod_ps.bats +++ b/test/kpod_ps.bats @@ -3,6 +3,10 @@ load helpers IMAGE="redis:alpine" +function setup() { + copy_images +} + @test "kpod ps with no containers" { run bash -c ${KPOD_BINARY} ${KPOD_OPTIONS} ps |