From 4a889da823befe91c2909179411cdd72f3d44ff5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Mon, 24 Apr 2023 17:22:01 +0200 Subject: [PATCH] mount: (tests) run bind mount tests on qemu-user MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Since commit e828630a16c7 ("libmount: recover from ENOSYS for the new API") these work correctly. Signed-off-by: Thomas Weißschuh --- tests/ts/mount/fstab-bind | 1 - tests/ts/mount/fstab-broken | 1 - tests/ts/mount/fstab-none | 1 - tests/ts/mount/move | 1 - 4 files changed, 4 deletions(-) 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 -- 2.47.3