summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-74.mount.sh
diff options
context:
space:
mode:
authorFranck Bui <fbui@suse.com>2023-03-28 20:41:38 +0200
committerFranck Bui <fbui@suse.com>2023-03-28 20:41:40 +0200
commit208d9ad16840aa781efb68bb9c7b1d8f7d03760a (patch)
tree6021ed83f2973619c86506a4fba4e4ef39bccc1c /test/units/testsuite-74.mount.sh
parenttest: drop extraneous bracket in testsuite-74.mount.sh (diff)
downloadsystemd-208d9ad16840aa781efb68bb9c7b1d8f7d03760a.tar.xz
systemd-208d9ad16840aa781efb68bb9c7b1d8f7d03760a.zip
test: fix regexp in testsuite-74.mount.sh
Several whitespaces can separate "ext4" and "sd-mount-test" strings.
Diffstat (limited to 'test/units/testsuite-74.mount.sh')
-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 3d4a48d600..bfe472bef7 100755
--- a/test/units/testsuite-74.mount.sh
+++ b/test/units/testsuite-74.mount.sh
@@ -122,7 +122,7 @@ systemd-mount --discover "$WORK_DIR/simple.img"
test -e /run/media/system/simple.img/foo.bar
# systemd-mount --list and systemd-umount require the loopback block device is initialized by udevd.
udevadm settle --timeout 30
-assert_in "/dev/loop.* ext4 sd-mount-test" "$(systemd-mount --list --full)"
+assert_in "/dev/loop.* ext4 +sd-mount-test" "$(systemd-mount --list --full)"
systemd-umount "$WORK_DIR/simple.img"
# --owner + vfat