mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix platform test in test 058
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user