1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

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.
This commit is contained in:
Daan De Meyer 2023-12-19 16:01:54 +01:00
parent 53ea4d7a47
commit 79f44fb8a1

View File

@ -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:?}"