From: Franck Bui Date: Tue, 28 Mar 2023 18:41:38 +0000 (+0200) Subject: test: fix regexp in testsuite-74.mount.sh X-Git-Tag: v254-rc1~886^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F27042%2Fhead;p=thirdparty%2Fsystemd.git test: fix regexp in testsuite-74.mount.sh Several whitespaces can separate "ext4" and "sd-mount-test" strings. --- diff --git a/test/units/testsuite-74.mount.sh b/test/units/testsuite-74.mount.sh index 3d4a48d6009..bfe472bef7a 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