test/system: Remove redundant assertion

Fallout from 978bb524e4

https://github.com/containers/toolbox/pull/1161
This commit is contained in:
Debarshi Ray 2022-11-16 13:11:20 +01:00
parent 04e94868e0
commit 80f9ac754d

View file

@ -250,7 +250,6 @@ teardown() {
run -127 --separate-stderr $TOOLBOX run $cmd
assert_failure
assert [ $status -eq 127 ]
assert [ ${#lines[@]} -eq 0 ]
lines=("${stderr_lines[@]}")
assert_line --index 0 "bash: line 1: exec: $cmd: not found"