From: Tom Krizek Date: Mon, 26 Jun 2023 16:59:32 +0000 (+0200) Subject: Check for unset variables only after conf.sh is loaded X-Git-Tag: v9.19.15~12^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76d9873ef6dd00eb6bd16cfe19d9972e89a9d846;p=thirdparty%2Fbind9.git Check for unset variables only after conf.sh is loaded Make the cds/setup.sh compatible with the workaround which relies on testing the TSAN_OPTIONS variable which may not be set. --- diff --git a/bin/tests/system/cds/setup.sh b/bin/tests/system/cds/setup.sh index c3ec8a23fe3..6de5de5acb4 100644 --- a/bin/tests/system/cds/setup.sh +++ b/bin/tests/system/cds/setup.sh @@ -11,10 +11,12 @@ # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -set -eu +set -e . ../conf.sh +set -u + touch empty Z=cds.test