From: yury Date: Fri, 26 Oct 2007 10:53:21 +0000 (+0000) Subject: - fixed typo in test_124a X-Git-Tag: v1_7_0_51~566 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=9983d33389584526905cb74b2a5abbd28723f41a;p=fs%2Flustre-release.git - fixed typo in test_124a --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index c5c48e0..54a1598 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -4636,7 +4636,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