diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-08-04 16:24:34 -0400 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-08-11 13:53:23 +0200 |
commit | 5b4952395bd7499f45f24a871009c235ba47ca0b (patch) | |
tree | 2c29426fda2a499c19e42dcd0011357a2369fe9a /test/system/030-run.bats | |
parent | 43527de53e40b737333502f6fbb2e1d73a3f3ec9 (diff) | |
download | podman-5b4952395bd7499f45f24a871009c235ba47ca0b.tar.gz podman-5b4952395bd7499f45f24a871009c235ba47ca0b.tar.bz2 podman-5b4952395bd7499f45f24a871009c235ba47ca0b.zip |
Handle podman-remote run --rm
We need to remove the container after it has exited for
podman-remote run --rm commands. If we don't remove this
container at this step, we open ourselves up to race conditions.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/system/030-run.bats')
-rw-r--r-- | test/system/030-run.bats | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/system/030-run.bats b/test/system/030-run.bats index 4f707dda3..12c82bc4c 100644 --- a/test/system/030-run.bats +++ b/test/system/030-run.bats @@ -84,8 +84,6 @@ echo $rand | 0 | $rand # Believe it or not, 'sh -c' resulted in different behavior run_podman 0 run --rm $IMAGE sh -c /bin/true run_podman 1 run --rm $IMAGE sh -c /bin/false - - if is_remote; then sleep 2;fi # FIXME: pending #7119 } @test "podman run --name" { |