]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: drop extraneous bracket in testsuite-74.mount.sh
authorFranck Bui <fbui@suse.com>
Tue, 28 Mar 2023 17:00:41 +0000 (19:00 +0200)
committerFranck Bui <fbui@suse.com>
Tue, 28 Mar 2023 17:00:44 +0000 (19:00 +0200)
test/units/testsuite-74.mount.sh

index 4890911fd00f3d6b008a1944357de4dddb7cdf32..3d4a48d6009b15d67bca796bcf0ba64ef61a4eb9 100755 (executable)
@@ -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"