diff --git a/tests/integration/helpers.bash b/tests/integration/helpers.bash index ad43acb8d..17ea8433a 100644 --- a/tests/integration/helpers.bash +++ b/tests/integration/helpers.bash @@ -22,7 +22,7 @@ HELLO_IMAGE="$TESTDATA/$HELLO_FILE" HELLO_BUNDLE="$BATS_TMPDIR/hello-world" # CRIU PATH -CRIU="$(which criu || true)" +CRIU="$(which criu 2>/dev/null || true)" # Kernel version KERNEL_VERSION="$(uname -r)"