From 07bb7fc4535f35e8d87c1d6702632ac6dcf4fee3 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Wed, 17 Dec 2008 04:36:25 +0000 Subject: [PATCH] Branch b1_6 b=17379 i=johann, bobijam Fixed symlink depth test case. --- 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 fbb7399..49a9dc8 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -5552,7 +5552,7 @@ test_140() { #bug-17379 done i=`expr $i - 1` echo "The symlink depth = $i" - [ $i -eq 5 -o $i -eq 8 ] || error "Invalid symlink depth" + [ $i -eq 4 -o $i -eq 8 ] || error "Invalid symlink depth" } run_test 140 "Check reasonable stack depth (shouldn't LBUG) ====" -- 1.8.3.1