From 5eb80eb318fc4a6ef99e082c997eb3a793eb4c30 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 6 May 2002 21:52:50 +0000 Subject: [PATCH] only notrun on Linux, update notrun message a little. --- 058 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/058 b/058 index 63965932..160d0b64 100755 --- a/058 +++ b/058 @@ -51,9 +51,9 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15 . ./common.rc . ./common.filter -# real QA test starts here +[ `uname` = Linux ] && _notrun "acl_test.c requires the IRIX libacl.so" -_notrun "Will not currently work with Andreas libacl" +# real QA test starts here src/acl_test # success, all done -- 2.47.3