From: Thomas Weißschuh Date: Sat, 22 Apr 2023 08:56:23 +0000 (+0200) Subject: mount: (tests) skip fstab-bind on qemu-user X-Git-Tag: v2.39~53^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2577ff74417de53b880471a70fb135c81b1ccdae;p=thirdparty%2Futil-linux.git mount: (tests) skip fstab-bind on qemu-user The necessry functionality is not implemented there. Signed-off-by: Thomas Weißschuh --- 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"