From: Daan De Meyer Date: Tue, 19 Dec 2023 15:01:54 +0000 (+0100) Subject: test: Make sure SYSTEMD_HWDB_UPDATE_BYPASS is disabled in the hwdb test X-Git-Tag: v256-rc1~1456^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79f44fb8a197bda66636bd05f9027cb75eb5ee39;p=thirdparty%2Fsystemd.git test: Make sure SYSTEMD_HWDB_UPDATE_BYPASS is disabled in the hwdb test Let's make this test independent on what's in the environment. --- diff --git a/test/hwdb-test.sh b/test/hwdb-test.sh index 432a49fa1b4..89a5c7ed4e1 100755 --- a/test/hwdb-test.sh +++ b/test/hwdb-test.sh @@ -10,6 +10,7 @@ set -e export SYSTEMD_LOG_LEVEL=info +export SYSTEMD_HWDB_UPDATE_BYPASS=0 ROOTDIR="$(dirname "$(dirname "$(readlink -f "$0")")")" SYSTEMD_HWDB="${1:?}"