1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-05 09:17:44 +03:00

test-fstab-generator: fix test on systemd with systemd-boot

(… or other boot loaders implementing the Boot Loader Interface.)

Fixes #27857.

(cherry picked from commit 088d8c99fe)
(cherry picked from commit 3222272c46)
(cherry picked from commit a00581680e)
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-05-30 22:53:43 +02:00 committed by Luca Boccassi
parent f0d1dac86e
commit 43c49bb918

View File

@ -17,6 +17,10 @@ src="$(dirname "$0")/testdata/test-fstab-generator"
# fsck(8) is located in /usr/sbin on Debian
PATH=$PATH:/usr/sbin
# systemd-pcrfs@.service could be enabled or not, depending on the host state
# of the host system. Override the measurement to avoid the issue.
export SYSTEMD_FORCE_MEASURE=0
for f in "$src"/test-*.input; do
echo "*** Running $f"