generic: test for file loss after mix of rename, fsync and inode eviction
[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 . ./common/preamble
10 _begin_fstest perms auto quick
11
12 # Import common functions.
13 . ./common/filter
14 . ./common/locktest
15
16 # real QA test starts here
17 _supported_fs generic
18 _require_test
19 _require_test_fcntl_advisory_locks
20
21 _run_locktest
22
23 exit