test: fix restore test

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-05-16 12:50:41 +02:00
parent 22b922727b
commit 9b74e546ca
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

View file

@ -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"