From d81938ea5a707c67e17a3ff02be593eb48d97883 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Mon, 5 Jan 2009 14:21:39 +0000 Subject: [PATCH] Branch b_release_1_6_7 b=17379 i=johann, bobijam Fixed incorrect vaule of symlink depth number. --- 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 c2b261a..2d37ef3 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -5555,7 +5555,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