fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 088
1 #! /bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2000-2004 Silicon Graphics, Inc.  All Rights Reserved.
4 #
5 # FS QA Test No. 088
6 #
7 # test out CAP_DAC_OVERRIDE and CAP_DAC_SEARCH code in 
8 # xfs_iaccess(ip,mode,cr)
9 #
10 seqfull=$0
11 . ./common/preamble
12 _begin_fstest perms auto quick
13
14 # Import common functions.
15 . ./common/filter
16
17 _filter()
18 {
19     _filter_test_dir | sed -e '/----------/d'
20 }
21
22 # real QA test starts here
23 _supported_fs generic
24 _require_test
25 _require_chown
26
27 path=$TEST_DIR/t_access
28 $here/src/t_access_root $path | tee $seqres.full | _filter
29
30 # success, all done
31 status=0
32 exit