From e91f4648a225d34589ae16e59b541d155f2c6be2 Mon Sep 17 00:00:00 2001
From: alex <alex>
Date: Sat, 14 May 2005 15:35:02 +0000
Subject: [PATCH] - minor fix in unit test

---
 lustre/tests/replay-dual.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh
index d5c9baf49d..9a275e9867 100755
--- a/lustre/tests/replay-dual.sh
+++ b/lustre/tests/replay-dual.sh
@@ -529,7 +529,7 @@ test_22() {	# bug 6063 - AST during recovery
 	LOCKS=`grep -v '^0$' /proc/fs/lustre/ldlm/namespaces/mds-*/lock_count`
 	if [ "$LOCKS" != "" ]; then
 		echo "The lock got replayed before mkdir is replayed: $LOCKS"
-		echo 0 >${IMP1}
+		$LCTL --device %$mdc1dev enable_recovery
 		return 1
 	fi
 
-- 
GitLab