mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03: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:
parent
53ea4d7a47
commit
79f44fb8a1
@ -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:?}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user