From c0793380c90c0a128d2e45b0de81634e6835f567 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Mon, 24 Apr 2023 19:11:48 +0200 Subject: [PATCH] mount: (tests) add disabled testcase for mount without move_mount() MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This does currently not work. Signed-off-by: Thomas Weißschuh --- tests/ts/mount/fallback | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ts/mount/fallback b/tests/ts/mount/fallback index d8f3732efa..c165a30058 100755 --- a/tests/ts/mount/fallback +++ b/tests/ts/mount/fallback @@ -35,6 +35,7 @@ test_mount_fallback() { test_mount_fallback "open_tree" "-s open_tree" test_mount_fallback "fsopen" "-s fsopen" +# test_mount_fallback "move_mount" "-s move_mount" ts_fstab_clean -- 2.47.3