From ee13379bea6c9ede58e2d863e59ecd1a6f146076 Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Thu, 18 Oct 2007 08:28:18 +0000
Subject: [PATCH] b=12560

lost test_7 fix
---
 lustre/tests/sanity-quota.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh
index d548db42ec..115a3f0492 100644
--- a/lustre/tests/sanity-quota.sh
+++ b/lustre/tests/sanity-quota.sh
@@ -577,7 +577,7 @@ run_test 6 "Block quota acquire & release ========="
 # quota recovery (block quota only by now)
 test_7()
 {
-	remote_mds && skip "remote mds"
+	remote_mds && skip "remote mds" && return 0
 
 	LIMIT=$(( $BUNIT_SZ * $(($OSTCOUNT + 1)) * 10)) # 10 bunits each sever
 	TESTFILE="$TSTDIR/quota_tst70"
-- 
GitLab