From 57f251904199dee7f80e765538544e33cd21b32e Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Thu, 18 Oct 2007 18:23:51 +0000
Subject: [PATCH] b=13829 i=Adilger

skip test_125 if mds acl disabled
---
 lustre/tests/sanity.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh
index ab063888d5..3196fe50f8 100644
--- a/lustre/tests/sanity.sh
+++ b/lustre/tests/sanity.sh
@@ -4711,6 +4711,7 @@ test_124b() {
 run_test 124b "lru resize (performance test) ======================="
 
 test_125() { # 13358
+	[ -z "$(grep acl $LPROC/mdc/*-mdc-*/connect_flags)" ] && skip "must have acl enabled" && return
 	mkdir -p $DIR/d125 || error "mkdir failed"
 	$SETSTRIPE $DIR/d125 65536 -1 -1 || error "setstripe failed"
 	setfacl -R -m u:bin:rwx $DIR/d125 || error "setfacl $DIR/d125 failes"
-- 
GitLab