Skip to content

Commit 43c49bb

Browse files
keszybzbluca
authored andcommitted
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 088d8c9) (cherry picked from commit 3222272) (cherry picked from commit a005816)
1 parent f0d1dac commit 43c49bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test-fstab-generator.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ src="$(dirname "$0")/testdata/test-fstab-generator"
1717
# fsck(8) is located in /usr/sbin on Debian
1818
PATH=$PATH:/usr/sbin
1919

20+
# [email protected] could be enabled or not, depending on the host state
21+
# of the host system. Override the measurement to avoid the issue.
22+
export SYSTEMD_FORCE_MEASURE=0
23+
2024
for f in "$src"/test-*.input; do
2125
echo "*** Running $f"
2226

0 commit comments

Comments
 (0)