Skip to content
Snippets Groups Projects
Commit 571a0fd5 authored by Johann Lombardi's avatar Johann Lombardi
Browse files

Branch HEAD

b=17379

Print value of symlink depth before checking it.
parent 20394054
No related branches found
No related tags found
No related merge requests found
...@@ -5728,8 +5728,8 @@ test_140() { #bug-17379 ...@@ -5728,8 +5728,8 @@ test_140() { #bug-17379
} }
done done
i=`expr $i - 1` i=`expr $i - 1`
[ $i -eq 5 -o $i -eq 8 ] || error "Invalid symlink depth"
echo "The symlink depth = $i" echo "The symlink depth = $i"
[ $i -eq 5 -o $i -eq 8 ] || error "Invalid symlink depth"
} }
run_test 140 "Check reasonable stack depth (shouldn't LBUG) ====" run_test 140 "Check reasonable stack depth (shouldn't LBUG) ===="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment