From 79f44fb8a197bda66636bd05f9027cb75eb5ee39 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 19 Dec 2023 16:01:54 +0100 Subject: [PATCH] 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. --- test/hwdb-test.sh | 1 + 1 file changed, 1 insertion(+) 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:?}" -- 2.47.3