Fix platform test in test 058
[xfstests-dev.git] / 058
diff --git a/058 b/058
index 0205c801194725a48bcc8c132977bf6df6cc1d98..73d3943367dddc6778f47155422bcc88a01f537b 100755 (executable)
--- a/058
+++ b/058
@@ -1,11 +1,10 @@
 #! /bin/sh
 # XFS QA Test No. 058
-# $Id: 1.1 $
 #
-# Test some libacl functions.
+# Test some ACL API functions.
 #
 #-----------------------------------------------------------------------
-# Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
+# Copyright (c) 2000-2002 Silicon Graphics, Inc.  All Rights Reserved.
 # 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of version 2 of the GNU General Public License as
@@ -37,7 +36,7 @@
 #-----------------------------------------------------------------------
 #
 # creator
-owner=tes@sherman.melbourne.sgi.com
+owner=tes@sgi.com
 
 seq=`basename $0`
 echo "QA output created by $seq"
@@ -51,8 +50,10 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 . ./common.rc
 . ./common.filter
 
-# real QA test starts here
+[ `uname` = IRIX -o `uname` = IRIX64 ] || \
+       _notrun "acl_test.c requires the IRIX ACL API"
 
+# real QA test starts here
 src/acl_test
 
 # success, all done