generic/223: make sure all files get created on the data device
[xfstests-dev.git] / tests / generic / 131
1 #! /bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2006 Silicon Graphics, Inc.  All Rights Reserved.
4 #
5 # FSQA Test No. 131
6 #
7 # lock test created from CXFSQA test lockfile_simple
8 #
9 seq=`basename $0`
10 seqres=$RESULT_DIR/$seq
11 echo "QA output created by $seq"
12
13 here=`pwd`
14 tmp=/tmp/$$
15 status=1        # failure is the default!
16
17 # get standard environment, filters and checks
18 . ./common/rc
19 . ./common/filter
20 . ./common/locktest
21
22 trap "_cleanup; exit \$status" 0 1 2 3 15
23
24 # real QA test starts here
25 _supported_fs generic
26 _require_test
27 _require_test_fcntl_advisory_locks
28
29 _run_locktest
30
31 exit