diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-08-03 17:23:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 17:23:07 +0000 |
commit | 5fc7339aa1f383828a2f4949b0d9b8a7553374d7 (patch) | |
tree | f71f3f817d04cae5a51373264e8eda84863f28a7 /test/system | |
parent | c1a38eb773af07b1f84a2b3f1780b216c4278e15 (diff) | |
parent | 53ec479685a7636a1bcc75bf3a88fbf7d95ba72a (diff) | |
download | podman-5fc7339aa1f383828a2f4949b0d9b8a7553374d7.tar.gz podman-5fc7339aa1f383828a2f4949b0d9b8a7553374d7.tar.bz2 podman-5fc7339aa1f383828a2f4949b0d9b8a7553374d7.zip |
Merge pull request #15084 from sstosh/rm-filter
Add rm --filter option
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/055-rm.bats | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/055-rm.bats b/test/system/055-rm.bats index dcd679a1f..613c60c96 100644 --- a/test/system/055-rm.bats +++ b/test/system/055-rm.bats @@ -18,6 +18,7 @@ load helpers # Remove container; now 'inspect' should fail run_podman rm $rand + is "$output" "$rand" "display raw input" run_podman 125 inspect $rand } |