]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-fs-util: skip part of test_chase_symlinks if machine-id is not initialized
authorNick Rosbrook <nick.rosbrook@canonical.com>
Mon, 12 Dec 2022 19:37:52 +0000 (14:37 -0500)
committerNick Rosbrook <nick.rosbrook@canonical.com>
Wed, 14 Dec 2022 18:58:12 +0000 (13:58 -0500)
commit079fcdd04f57bfb1e333fea853e050c99eb16e02
treeb11f4ff67c25c4852dd40a0998a16e696f88f671
parent415eb50570744daf2257fc6fc96e2d5750532785
test-fs-util: skip part of test_chase_symlinks if machine-id is not initialized

The part of test_chase_symlink in test-fs-util that calls
sd_id128_get_machine will fail if /etc/machine-id is empty, so skip this
block if the machine-id is not initialized.
src/test/test-fs-util.c