From b90f1196e51d594af91031a03f64a9130654e7fc Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Sun, 19 Feb 2023 09:17:57 +0100 Subject: [PATCH] tests/root-mode-inside-chroot: run test script with -x --- tests/root-mode-inside-chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/root-mode-inside-chroot b/tests/root-mode-inside-chroot index d4aee20..0049c6b 100644 --- a/tests/root-mode-inside-chroot +++ b/tests/root-mode-inside-chroot @@ -11,7 +11,7 @@ trap "rm -f /tmp/debian-chroot.tar script.sh" EXIT INT TERM cat << 'SCRIPT' > script.sh #!/bin/sh -set -eu +set -exu rootfs="$1" mkdir -p "$rootfs/mnt" [ -e /usr/bin/mmdebstrap ] && cp -aT /usr/bin/mmdebstrap "$rootfs/usr/bin/mmdebstrap"