From: Frantisek Sumsal Date: Fri, 12 Jan 2024 09:27:43 +0000 (+0100) Subject: test: use systemd-id128 from the build dir X-Git-Tag: v256-rc1~1179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b50e4d25cffdb1e6bb289bcfe7f344969e0fc0;p=thirdparty%2Fsystemd.git test: use systemd-id128 from the build dir As distro sd-id128 might not have all the options we need. Follow-up for: 378712c Replaces: #30901 --- diff --git a/test/test-functions b/test/test-functions index 1ee41b636d3..92bb7d532ba 100644 --- a/test/test-functions +++ b/test/test-functions @@ -120,6 +120,7 @@ SYSTEMD="${SYSTEMD:-$(command -v "$BUILD_DIR/systemd" || command -v "$ROOTLIBDIR SYSTEMD_NSPAWN="${SYSTEMD_NSPAWN:-$(command -v "$BUILD_DIR/systemd-nspawn" || command -v systemd-nspawn)}" JOURNALCTL="${JOURNALCTL:-$(command -v "$BUILD_DIR/journalctl" || command -v journalctl)}" SYSTEMCTL="${SYSTEMCTL:-$(command -v "$BUILD_DIR/systemctl" || command -v systemctl)}" +SYSTEMD_ID128="${SYSTEMD_ID128:-$(command -v "$BUILD_DIR/systemd-id128" || command -v systemd-id128)}" TESTFILE="${BASH_SOURCE[1]}" if [ -z "$TESTFILE" ]; then @@ -1653,7 +1654,7 @@ create_empty_image() { sfdisk "$LOOPDEV" <