]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: actually set SYSTEMD_DISSECT_VERITY_TIMEOUT_SEC=30
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 3 Sep 2022 16:51:56 +0000 (18:51 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 3 Sep 2022 18:28:49 +0000 (03:28 +0900)
Without the section header the assignments were effectively ignored.

Follow-up to 9fff8e1fdd222f8f05b9ecf170814a9059acfc78.

test/units/testsuite-29.sh

index cc10d4ad578382c6226e95f48409d52fec956097..255f36545d619b97a309c074ee141a841a40302a 100755 (executable)
@@ -8,6 +8,7 @@ set -o pipefail
 # Set longer timeout for slower machines, e.g. non-KVM vm.
 mkdir -p /run/systemd/system.conf.d
 cat >/run/systemd/system.conf.d/10-timeout.conf <<EOF
+[Manager]
 DefaultEnvironment=SYSTEMD_DISSECT_VERITY_TIMEOUT_SEC=30
 ManagerEnvironment=SYSTEMD_DISSECT_VERITY_TIMEOUT_SEC=30
 EOF