diff --git a/tests/integration/helpers.bash b/tests/integration/helpers.bash index 2a369ba4..29e0fef6 100644 --- a/tests/integration/helpers.bash +++ b/tests/integration/helpers.bash @@ -18,7 +18,7 @@ HELLO_IMAGE="$TESTDATA/hello-world.tar" HELLO_BUNDLE="$BATS_TMPDIR/hello-world" # CRIU PATH -CRIU="$(which criu)" +CRIU="$(which criu || true)" # Kernel version KERNEL_VERSION="$(uname -r)"