From: Pavel Valena Date: Fri, 25 Mar 2022 15:57:28 +0000 (+0100) Subject: fix(test): nullglob should not be needed X-Git-Tag: 057~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7b3ac2bd115521855b3ad8ce287cb1a9afca128;p=thirdparty%2Fdracut.git fix(test): nullglob should not be needed --- diff --git a/test/TEST-04-FULL-SYSTEMD/test.sh b/test/TEST-04-FULL-SYSTEMD/test.sh index 38cb14645..c44151b9b 100755 --- a/test/TEST-04-FULL-SYSTEMD/test.sh +++ b/test/TEST-04-FULL-SYSTEMD/test.sh @@ -47,8 +47,8 @@ test_run() { test_setup() { # shellcheck disable=SC2064 - trap "$(shopt -p nullglob globstar)" RETURN - shopt -q -s nullglob globstar + trap "$(shopt -p globstar)" RETURN + shopt -q -s globstar export kernel=$KVERSION # Create what will eventually be our root filesystem onto an overlay