Whamcloud - gitweb
Branch b_release_1_6_7
authoryangsheng <yangsheng>
Mon, 5 Jan 2009 14:21:39 +0000 (14:21 +0000)
committeryangsheng <yangsheng>
Mon, 5 Jan 2009 14:21:39 +0000 (14:21 +0000)
b=17379
i=johann, bobijam

Fixed incorrect vaule of symlink depth number.

lustre/tests/sanity.sh

index c2b261a..2d37ef3 100644 (file)
@@ -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) ===="