]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: (tests) skip fstab-bind on qemu-user
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 22 Apr 2023 08:56:23 +0000 (10:56 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sat, 22 Apr 2023 08:56:45 +0000 (10:56 +0200)
The necessry functionality is not implemented there.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
tests/ts/mount/fstab-bind

index 603a8d890b2bd427fefca62742c5c1cefbdb54f9..565b753f46b4292829648197b142b9b7eef874cb 100755 (executable)
@@ -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"