blob: 5472ffe41a689a27daced42cbe91a1d6f1491090 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2006 Silicon Graphics, Inc. All Rights Reserved.
#
# FSQA Test No. 131
#
# lock test created from CXFSQA test lockfile_simple
#
. ./common/preamble
_begin_fstest perms auto quick
# Import common functions.
. ./common/filter
. ./common/locktest
# real QA test starts here
_supported_fs generic
_require_test
_require_test_fcntl_advisory_locks
_run_locktest
exit
|