summaryrefslogtreecommitdiff
path: root/test/system/045-start.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-10-20 19:14:08 +0000
committerGitHub <noreply@github.com>2021-10-20 19:14:08 +0000
commit4268a4afee4c1d030c1f901398e6a9b3f282eae3 (patch)
tree9b94171cc3807e028d218a793b73aded58a7badb /test/system/045-start.bats
parenteba281c3e0e69533427d3eb5c66c60b5ca038c1b (diff)
parent70a5d8cd1d8e44d755be316730046b73a4a6e2eb (diff)
downloadpodman-4268a4afee4c1d030c1f901398e6a9b3f282eae3.tar.gz
podman-4268a4afee4c1d030c1f901398e6a9b3f282eae3.tar.bz2
podman-4268a4afee4c1d030c1f901398e6a9b3f282eae3.zip
Merge pull request #12049 from edsantiago/test_dash_a_with_l
System tests: confirm that -a and -l clash
Diffstat (limited to 'test/system/045-start.bats')
-rw-r--r--test/system/045-start.bats4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/system/045-start.bats b/test/system/045-start.bats
index 7e4bbde8d..2ea057cd3 100644
--- a/test/system/045-start.bats
+++ b/test/system/045-start.bats
@@ -36,10 +36,6 @@ load helpers
expected="Error: either start all containers or the container(s) provided in the arguments"
run_podman 125 start --all 12333
is "$output" "$expected" "start --all, with args, throws error"
- if ! is_remote; then
- run_podman 125 start --all --latest
- is "$output" "$expected" "podman start --all --latest"
- fi
}
@test "podman start --filter - start only containers that match the filter" {