Updated the config for cxfsaltix2
[xfstests-dev.git] / 057
1 #! /bin/sh
2 # FS QA Test No. 057
3 #
4 # Place holder for test 075. Test out the different acl_get semantics
5 #
6 #-----------------------------------------------------------------------
7 # Copyright (c) 2000-2002 Silicon Graphics, Inc.  All Rights Reserved.
8 #-----------------------------------------------------------------------
9 #
10 # creator
11 owner=tes@sgi.com
12
13 seq=`basename $0`
14 echo "QA output created by $seq"
15
16 here=`pwd`
17 tmp=/tmp/$$
18 status=1        # failure is the default!
19 trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
20
21 # get standard environment, filters and checks
22 . ./common.rc
23 . ./common.filter
24
25 _notrun "Place holder for IRIX test 057"
26
27 # real QA test starts here
28 _supported_fs xfs
29 _supported_os IRIX
30
31 # success, all done
32 status=0
33 exit
34
35
36
37
38
39
40
41
42