]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: (tests) run bind mount tests on qemu-user
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 24 Apr 2023 15:22:01 +0000 (17:22 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sun, 30 Apr 2023 22:54:23 +0000 (00:54 +0200)
Since commit e828630a16c7 ("libmount: recover from ENOSYS for the new API")
these work correctly.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
tests/ts/mount/fstab-bind
tests/ts/mount/fstab-broken
tests/ts/mount/fstab-none
tests/ts/mount/move

index 565b753f46b4292829648197b142b9b7eef874cb..603a8d890b2bd427fefca62742c5c1cefbdb54f9 100755 (executable)
@@ -11,7 +11,6 @@ ts_check_test_command "$TS_CMD_UMOUNT"
 ts_check_test_command "$TS_CMD_FINDMNT"
 
 ts_skip_nonroot
-ts_skip_qemu_user
 
 MY_SOURCE="${TS_MOUNTPOINT}-src"
 
index a66ebaeaeff99ad01bbb9705e4c84a89ac77779b..131d5c1d75fea2ede38aed95b41e17750126db5e 100755 (executable)
@@ -26,7 +26,6 @@ ts_check_test_command "$TS_CMD_UMOUNT"
 ts_check_test_command "$TS_CMD_FINDMNT"
 
 ts_skip_nonroot
-ts_skip_qemu_user
 
 # Let's use the same mountpoint for all subtests
 MNT=$TS_MOUNTPOINT
index 8e81f3f28b3084dd857bc2dae6edb6d088462736..8d3e052ac1a3e8a14e8a60a5d1a1891707e77c5c 100755 (executable)
@@ -11,7 +11,6 @@ ts_check_test_command "$TS_CMD_UMOUNT"
 ts_check_test_command "$TS_CMD_FINDMNT"
 
 ts_skip_nonroot
-ts_skip_qemu_user
 
 ts_fstab_add "none" "$TS_MOUNTPOINT" "tmpfs" "rw,nosuid,nodev,relatime"
 
index 5e70415490e3e72f9b7e5830f9dee2cb850c4f0b..cebcac7aa94ced8809e1e55864727e3742daa602 100755 (executable)
@@ -27,7 +27,6 @@ ts_check_test_command "$TS_CMD_FINDMNT"
 ts_check_test_command "$TS_CMD_MOUNTPOINT"
 
 ts_skip_nonroot
-ts_skip_qemu_user
 
 function mount_and_check {
        # last arg must be an existing or to-be-mounted mountpoint