summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFranck Bui <fbui@suse.com>2023-03-28 19:00:41 +0200
committerFranck Bui <fbui@suse.com>2023-03-28 19:00:44 +0200
commit8607a39e0886f83c9c9f34ae4457c927ef4a932e (patch)
tree4eb57107c68eecb99fcc5a83f15e5b3edf7733a1 /test
parent19279652c0b59efbe138c28af563e8d3968bffa1 (diff)
downloadsystemd-8607a39e0886f83c9c9f34ae4457c927ef4a932e.tar.gz
test: drop extraneous bracket in testsuite-74.mount.sh
Diffstat (limited to 'test')
-rwxr-xr-xtest/units/testsuite-74.mount.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/testsuite-74.mount.sh b/test/units/testsuite-74.mount.sh
index 4890911fd0..3d4a48d600 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"