From: alex Date: Sat, 14 May 2005 15:35:02 +0000 (+0000) Subject: - minor fix in unit test X-Git-Tag: v1_7_100~1331 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e91f4648a225d34589ae16e59b541d155f2c6be2;p=fs%2Flustre-release.git - minor fix in unit test --- diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index d5c9baf..9a275e9 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