silence "which: no criu"
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
parent
dbe5acade3
commit
4ad326a37d
|
@ -22,7 +22,7 @@ HELLO_IMAGE="$TESTDATA/$HELLO_FILE"
|
||||||
HELLO_BUNDLE="$BATS_TMPDIR/hello-world"
|
HELLO_BUNDLE="$BATS_TMPDIR/hello-world"
|
||||||
|
|
||||||
# CRIU PATH
|
# CRIU PATH
|
||||||
CRIU="$(which criu || true)"
|
CRIU="$(which criu 2>/dev/null || true)"
|
||||||
|
|
||||||
# Kernel version
|
# Kernel version
|
||||||
KERNEL_VERSION="$(uname -r)"
|
KERNEL_VERSION="$(uname -r)"
|
||||||
|
|
Loading…
Reference in New Issue