From 209c0090470edc508d2036b720c5dd60d48cdb76 Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Thu, 18 Oct 2007 08:22:45 +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 4979ff242c..9cd8a3744e 100644
--- a/lustre/tests/sanity-quota.sh
+++ b/lustre/tests/sanity-quota.sh
@@ -582,7 +582,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