generic: test MADV_POPULATE_READ with IO errors
[xfstests-dev.git] / tests / generic / 633
1 #! /bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2021 Christian Brauner.  All Rights Reserved.
4 #
5 # FS QA Test 633
6 #
7 # Test that idmapped mounts behave correctly.
8 #
9 . ./common/preamble
10 _begin_fstest auto quick atime attr cap idmapped io_uring mount perms rw unlink
11
12 # Import common functions.
13 . ./common/filter
14
15 # real QA test starts here
16
17 _supported_fs generic
18 _require_test
19
20 echo "Silence is golden"
21
22 $here/src/vfs/vfstest --test-core --device "$TEST_DEV" \
23         --mount "$TEST_DIR" --fstype "$FSTYP"
24
25 status=$?
26 exit