From 2577ff74417de53b880471a70fb135c81b1ccdae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sat, 22 Apr 2023 10:56:23 +0200 Subject: [PATCH] mount: (tests) skip fstab-bind on qemu-user MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The necessry functionality is not implemented there. Signed-off-by: Thomas Weißschuh --- tests/ts/mount/fstab-bind | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ts/mount/fstab-bind b/tests/ts/mount/fstab-bind index 603a8d890b..565b753f46 100755 --- a/tests/ts/mount/fstab-bind +++ b/tests/ts/mount/fstab-bind @@ -11,6 +11,7 @@ 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" -- 2.47.2