From: Yu Watanabe Date: Tue, 17 Sep 2024 18:50:43 +0000 (+0900) Subject: test: minor coding style fixlets X-Git-Tag: v257-rc1~412^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1aab0a5b10632eb5b6644dfbfc253e31e79fd2ea;p=thirdparty%2Fsystemd.git test: minor coding style fixlets Follow-up for a37640653cab108bb2cfdcba7e9422cced925e95. --- diff --git a/test/units/TEST-86-MULTI-PROFILE-UKI.sh b/test/units/TEST-86-MULTI-PROFILE-UKI.sh index 21d2349200a..042cc59419e 100755 --- a/test/units/TEST-86-MULTI-PROFILE-UKI.sh +++ b/test/units/TEST-86-MULTI-PROFILE-UKI.sh @@ -17,9 +17,9 @@ if test -f /run/systemd/stub/profile; then fi echo "CURRENT MEASUREMENT:" /usr/lib/systemd/systemd-measure --current -if test -f /run/systemd/tpm2-pcr-signature.json ; then +if test -f /run/systemd/tpm2-pcr-signature.json; then echo "CURRENT SIGNATURE:" - jq < /run/systemd/tpm2-pcr-signature.json + jq /root/encrypted.secret + echo -n "geheim" >/root/encrypted.secret cryptsetup luksFormat -q --pbkdf pbkdf2 --pbkdf-force-iterations 1000 --use-urandom /root/encrypted.raw --key-file=/root/encrypted.secret systemd-cryptenroll --tpm2-device=auto --tpm2-pcrs= --tpm2-public-key=/root/pcrsign.public.pem --unlock-key-file=/root/encrypted.secret /root/encrypted.raw rm -f /root/encrypted.secret @@ -62,12 +62,12 @@ else if [ "$ID" = "profile0" ]; then grep -v testprofile /proc/cmdline - echo "default $(basename "$CURRENT_UKI")@profile1" > "$(bootctl -p)/loader/loader.conf" + echo "default $(basename "$CURRENT_UKI")@profile1" >"$(bootctl -p)/loader/loader.conf" reboot exit 0 elif [ "$ID" = "profile1" ]; then grep testprofile1=1 /proc/cmdline - echo "default $(basename "$CURRENT_UKI")@profile2" > "$(bootctl -p)/loader/loader.conf" + echo "default $(basename "$CURRENT_UKI")@profile2" >"$(bootctl -p)/loader/loader.conf" reboot exit 0 elif [ "$ID" = "profile2" ]; then