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:
parent
06245dbf52
commit
9f4d906e39
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue