From: Luca Boccassi Date: Thu, 24 Apr 2025 14:29:56 +0000 (+0100) Subject: test: use /run/ for test configuration, not /etc/ X-Git-Tag: v258-rc1~743 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3dc2bbf96c4b866a01d3ba4a8096a0f3b96b4a4;p=thirdparty%2Fsystemd.git test: use /run/ for test configuration, not /etc/ In case of failures we don't want to leave an image with intermediate test configuration, as images are reused across multiple tests Follow-up for edca63a63226705763c61811d1845aff5f073d59 --- diff --git a/test/units/TEST-07-PID1.concurrency.sh b/test/units/TEST-07-PID1.concurrency.sh index 0959c225416..82588739bc8 100755 --- a/test/units/TEST-07-PID1.concurrency.sh +++ b/test/units/TEST-07-PID1.concurrency.sh @@ -9,19 +9,19 @@ set -o pipefail # shellcheck source=test/units/util.sh . "$(dirname "$0")"/util.sh -cat >/etc/systemd/system/concurrency1.slice </run/systemd/system/concurrency1.slice </etc/systemd/system/sleepforever1@.service </run/systemd/system/sleepforever1@.service </etc/systemd/system/sync-on-sleepforever1@.service </run/systemd/system/sync-on-sleepforever1@.service </etc/systemd/system/concurrency1-concurrency2.slice </run/systemd/system/concurrency1-concurrency2.slice </etc/systemd/system/sleepforever2@.service </run/systemd/system/sleepforever2@.service </etc/systemd/system/concurrency1-concurrency3.slice </run/systemd/system/concurrency1-concurrency3.slice </etc/systemd/system/sleepforever3@.service </run/systemd/system/sleepforever3@.service <