diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/TEST-14-MACHINE-ID/test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/TEST-14-MACHINE-ID/test.sh b/test/TEST-14-MACHINE-ID/test.sh index 201d5281da..f7a39dd696 100755 --- a/test/TEST-14-MACHINE-ID/test.sh +++ b/test/TEST-14-MACHINE-ID/test.sh @@ -83,7 +83,8 @@ check expected "$r/etc/machine-id" r="$(pwd)/transient-machine-id" setup_root "$r" -touch "$r/etc/machine-id" +systemd-machine-id-setup --print --root "$r" +echo abc >>"$r/etc/machine-id" mount -o remount,ro "$r" mount -t tmpfs tmpfs "$r/run" transient_id=$(systemd-machine-id-setup --print --root "$r") |