test: fix restore test
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
22b922727b
commit
9b74e546ca
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ function teardown() {
|
|||
echo "$output"
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "${output}" != "" ]]
|
||||
[[ "${output}" =~ "${pod_id}" ]]
|
||||
[[ "${output}" =~ "${ctr_id}" ]]
|
||||
|
||||
run crioctl ctr list --id "$ctr_id"
|
||||
echo "$output"
|
||||
|
|
Loading…
Reference in a new issue