From 4a77cf3501a232731487223d7a8263804ff259c5 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 5 Aug 2003 03:42:09 +0000 Subject: [PATCH] Fix platform test in test 058 --- 058 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/058 b/058 index 334aeef3..73d39433 100755 --- a/058 +++ b/058 @@ -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 -- 2.47.3