test/system: Remove redundant comment

It's quite obvious what the corresponding code is doing, and it isn't
any harder to understand than the rest of the code that's not commented.

https://github.com/containers/toolbox/pull/1282
This commit is contained in:
Debarshi Ray 2023-03-26 10:24:52 +02:00
parent 06245dbf52
commit 9f4d906e39

View file

@ -93,7 +93,6 @@ teardown() {
assert_output --partial "Created container: fedora-toolbox-34"
assert_output --partial "Enter with: toolbox enter fedora-toolbox-34"
# Make sure the container has actually been created
run podman ps -a
assert_output --regexp "Created[[:blank:]]+fedora-toolbox-34"