test: Do not hardcode runc specific output
"executable file not found in" is part of a runc specific output when 'runc exec' fails. This prevents the execsync failure to pass when running ocid with other runtimes than runc. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
4c7583b467
commit
ce54c1e5e9
1 changed files with 0 additions and 1 deletions
|
@ -387,7 +387,6 @@ function teardown() {
|
|||
run ocic ctr execsync --id "$ctr_id" doesnotexist
|
||||
echo "$output"
|
||||
[ "$status" -ne 0 ]
|
||||
[[ "$output" =~ "executable file not found in" ]]
|
||||
|
||||
cleanup_ctrs
|
||||
cleanup_pods
|
||||
|
|
Loading…
Reference in a new issue