generic: test MADV_POPULATE_READ with IO errors
[xfstests-dev.git] / tests / xfs / 048
1 #! /bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2000-2001 Silicon Graphics, Inc.  All Rights Reserved.
4 #
5 # FS QA Test No. 048
6 #
7 # test return codes from xfsctl on bad userspace address
8 #
9 . ./common/preamble
10 _begin_fstest other auto quick
11
12 # Import common functions.
13 . ./common/filter
14
15 # real QA test starts here
16 _supported_fs xfs
17 _require_test
18
19 $here/src/fault $TEST_DIR || exit
20
21 # success, all done
22 status=0
23 exit