test/system: Remove redundant assertion
Fallout from 978bb524e4
https://github.com/containers/toolbox/pull/1161
This commit is contained in:
parent
04e94868e0
commit
80f9ac754d
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue