Fix platform test in test 058

This commit is contained in:
Nathan Scott
2003-08-05 03:42:09 +00:00
parent 2cb25b7980
commit 4a77cf3501
+3 -2
View File
@@ -1,7 +1,7 @@
#! /bin/sh
# XFS QA Test No. 058
#
# Test some libacl functions.
# Test some ACL API functions.
#
#-----------------------------------------------------------------------
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
@@ -50,7 +50,8 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
. ./common.rc
. ./common.filter
[ `uname` = Linux ] && _notrun "acl_test.c requires the IRIX libacl.so"
[ `uname` = IRIX -o `uname` = IRIX64 ] || \
_notrun "acl_test.c requires the IRIX ACL API"
# real QA test starts here
src/acl_test