diff options
| author | Karel Zak <kzak@redhat.com> | 2023-04-25 17:33:27 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2023-04-25 17:33:27 +0200 |
| commit | 077a5e407d5cf169f5fd92b5416e5fe5a8a835da (patch) | |
| tree | 4cbab0a7cb5be296b3fef5884f144a37213141d8 | |
| parent | f4fd6337779113f99da3948543f1bf299e413ca7 (diff) | |
| parent | 2577ff74417de53b880471a70fb135c81b1ccdae (diff) | |
| download | util-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-x | tests/ts/mount/fstab-bind | 1 |
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" |
