]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: skip complex mount test on qemu
authorKarel Zak <kzak@redhat.com>
Thu, 27 Apr 2023 09:21:07 +0000 (11:21 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 27 Apr 2023 09:21:07 +0000 (11:21 +0200)
Addresses: https://github.com/util-linux/util-linux/pull/2197
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/mount/complex

index 98c5715b09bdd6fd5d6e2e3989c29a05d7d58255..9aa622255accdc195aa831587313220b2d8f8996 100755 (executable)
@@ -16,8 +16,10 @@ TS_DESC="complex"
 . $TS_TOPDIR/functions.sh
 ts_init "$*"
 
-ts_check_test_command "$TS_CMD_MOUNT"
 ts_skip_nonroot
+ts_skip_qemu_user
+
+ts_check_test_command "$TS_CMD_MOUNT"
 ts_check_losetup
 
 $TS_CMD_MOUNT --version | grep -q 'fd-based' || ts_skip "no fd-based API"