From: Emil Velikov Date: Thu, 22 Aug 2024 16:04:21 +0000 (+0100) Subject: testsuite: use bash strict mode for setup-rootfs.sh X-Git-Tag: v34~477 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a1de13a54ca827e6ba344cc2643e6383fa71726;p=thirdparty%2Fkmod.git testsuite: use bash strict mode for setup-rootfs.sh Signed-off-by: Emil Velikov Reviewed-by: Lucas De Marchi Link: https://github.com/kmod-project/kmod/pull/86 Signed-off-by: Lucas De Marchi --- diff --git a/testsuite/setup-rootfs.sh b/testsuite/setup-rootfs.sh index 4f1feb78..f9c2bbe7 100755 --- a/testsuite/setup-rootfs.sh +++ b/testsuite/setup-rootfs.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -e +set -euo pipefail ROOTFS_PRISTINE=$1 ROOTFS=$2