From: Franck Bui Date: Tue, 28 Mar 2023 17:00:41 +0000 (+0200) Subject: test: drop extraneous bracket in testsuite-74.mount.sh X-Git-Tag: v254-rc1~886^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8607a39e0886f83c9c9f34ae4457c927ef4a932e;p=thirdparty%2Fsystemd.git test: drop extraneous bracket in testsuite-74.mount.sh --- diff --git a/test/units/testsuite-74.mount.sh b/test/units/testsuite-74.mount.sh index 4890911fd00..3d4a48d6009 100755 --- a/test/units/testsuite-74.mount.sh +++ b/test/units/testsuite-74.mount.sh @@ -114,7 +114,7 @@ systemctl status "$(systemd-escape --path "$WORK_DIR/mnt").automount" losetup -d "$LOOP" unset LOOP # The automount unit should disappear once the underlying blockdev is gone -timeout 10s bash -c "while systemctl status '$(systemd-escape --path "$WORK_DIR/mnt").automount)'; do sleep .2; done" +timeout 10s bash -c "while systemctl status '$(systemd-escape --path "$WORK_DIR/mnt".automount)'; do sleep .2; done" # Mount a disk image systemd-mount --discover "$WORK_DIR/simple.img"