From 11451e11500bc3f0fe096673eab4f1de7b66a9ee Mon Sep 17 00:00:00 2001
From: yury <yury>
Date: Fri, 26 Oct 2007 10:51:49 +0000
Subject: [PATCH] - fixed typo in test_124a.

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

diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh
index d5f35590c2..d7fecf86a9 100644
--- a/lustre/tests/sanity.sh
+++ b/lustre/tests/sanity.sh
@@ -4687,7 +4687,7 @@ test_124a() {
         echo "$OLD_LVF" > $NSDIR/pool/lock_volume_factor
         LRU_SIZE_A=`cat $NSDIR/lru_size`
 
-        [ $LRU_SIZE_B -ge $LRU_SIZE_A ] || {
+        [ $LRU_SIZE_B -gt $LRU_SIZE_A ] || {
                 error "No locks dropped in "$((SLEEP+SLEEP_ADD))"s. LRU size: $LRU_SIZE_A"
                 lru_resize_enable
                 unlinkmany $DIR/$tdir/f $NR
-- 
GitLab