1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-02 09:47:03 +03:00

test: fix check in test unit in TEST-50-DISSECT

'[[ not found'

(cherry picked from commit c7986bc9b64e095399c3e380441b4de26d1276a1)
(cherry picked from commit 52d4f5ec539c746c9a61a3bb4607f965a36675fe)
This commit is contained in:
Luca Boccassi 2023-09-27 01:37:59 +01:00 committed by Luca Boccassi
parent f6732ab3d9
commit 5b900490f9

View File

@ -321,7 +321,7 @@ MountAPIVFS=yes
PrivateTmp=yes
ExecStart=/bin/sh -c ' \\
systemd-notify --ready; \\
while [[ ! -f /tmp/img/usr/lib/os-release ]] || ! grep -q -F MARKER /tmp/img/usr/lib/os-release; do \\
while [ ! -f /tmp/img/usr/lib/os-release ] || ! grep -q -F MARKER /tmp/img/usr/lib/os-release; do \\
sleep 0.1; \\
done; \\
mount; \\