From: Thomas Weißschuh Date: Mon, 24 Apr 2023 15:22:01 +0000 (+0200) Subject: mount: (tests) run bind mount tests on qemu-user X-Git-Tag: v2.39~39^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a889da823befe91c2909179411cdd72f3d44ff5;p=thirdparty%2Futil-linux.git mount: (tests) run bind mount tests on qemu-user Since commit e828630a16c7 ("libmount: recover from ENOSYS for the new API") these work correctly. Signed-off-by: Thomas Weißschuh --- diff --git a/tests/ts/mount/fstab-bind b/tests/ts/mount/fstab-bind index 565b753f46..603a8d890b 100755 --- a/tests/ts/mount/fstab-bind +++ b/tests/ts/mount/fstab-bind @@ -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" diff --git a/tests/ts/mount/fstab-broken b/tests/ts/mount/fstab-broken index a66ebaeaef..131d5c1d75 100755 --- a/tests/ts/mount/fstab-broken +++ b/tests/ts/mount/fstab-broken @@ -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 diff --git a/tests/ts/mount/fstab-none b/tests/ts/mount/fstab-none index 8e81f3f28b..8d3e052ac1 100755 --- a/tests/ts/mount/fstab-none +++ b/tests/ts/mount/fstab-none @@ -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" diff --git a/tests/ts/mount/move b/tests/ts/mount/move index 5e70415490..cebcac7aa9 100755 --- a/tests/ts/mount/move +++ b/tests/ts/mount/move @@ -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