From 0542be86bca5998f40677998ef5781ab259b89ad Mon Sep 17 00:00:00 2001
From: vitaly <vitaly>
Date: Wed, 19 Nov 2008 21:28:19 +0000
Subject: [PATCH] Branch HEAD b=16129

the test number fix
---
 lustre/tests/sanityN.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh
index 08b4899d3c..5827f17c27 100644
--- a/lustre/tests/sanityN.sh
+++ b/lustre/tests/sanityN.sh
@@ -779,7 +779,7 @@ run_test 33a "commit on sharing, cross crete/delete, 2 clients, benchmark"
 
 # End commit on sharing tests
 
-test_33() { #16129
+test_34() { #16129
         for OPER in notimeout timeout ; do
                 rm $DIR1/$tfile 2>/dev/null
                 lock_in=0;
@@ -827,7 +827,7 @@ test_33() { #16129
                 fi
         done
 }
-run_test 33 "no lock timeout under IO"
+run_test 34 "no lock timeout under IO"
 
 log "cleanup: ======================================================"
 
-- 
GitLab