From 9b74e546ca463f19c5ac91090c85a75cd90eae8a Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Tue, 16 May 2017 12:50:41 +0200 Subject: [PATCH] test: fix restore test Signed-off-by: Antonio Murdaca --- test/restore.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/restore.bats b/test/restore.bats index 1351cab5..78e826e2 100644 --- a/test/restore.bats +++ b/test/restore.bats @@ -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"