aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2023-04-25 17:33:27 +0200
committerKarel Zak <kzak@redhat.com>2023-04-25 17:33:27 +0200
commit077a5e407d5cf169f5fd92b5416e5fe5a8a835da (patch)
tree4cbab0a7cb5be296b3fef5884f144a37213141d8
parentf4fd6337779113f99da3948543f1bf299e413ca7 (diff)
parent2577ff74417de53b880471a70fb135c81b1ccdae (diff)
downloadutil-linux-077a5e407d5cf169f5fd92b5416e5fe5a8a835da.tar.gz
Merge branch 'mount/bind-test' of https://github.com/t-8ch/util-linux
* 'mount/bind-test' of https://github.com/t-8ch/util-linux: mount: (tests) skip fstab-bind on qemu-user
-rwxr-xr-xtests/ts/mount/fstab-bind1
1 files changed, 1 insertions, 0 deletions
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"