1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00

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

'[[ not found'
This commit is contained in:
Luca Boccassi 2023-09-27 01:37:59 +01:00
parent 1e5e902f60
commit c7986bc9b6

View File

@ -351,7 +351,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; \\