We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5905032 + 9192b05 commit c4302ddCopy full SHA for c4302dd
tests/integration/helpers.bash
@@ -18,7 +18,7 @@ HELLO_IMAGE="$TESTDATA/hello-world.tar"
18
HELLO_BUNDLE="$BATS_TMPDIR/hello-world"
19
20
# CRIU PATH
21
-CRIU="$(which criu)"
+CRIU="$(which criu || true)"
22
23
# Kernel version
24
KERNEL_VERSION="$(uname -r)"
0 commit comments