X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft5000-tar-tree.sh;h=278eb6670116d0036413a81fc129615974458e5d;hb=53684bba4921b5a07d977ef794689de111c645b5;hp=adc5e937de1a4b28b9556ca00fdfbc95dead70d7;hpb=23ea3e201cea0deea909569e08e950a9ec2345f7;p=git.git diff --git a/t/t5000-tar-tree.sh b/t/t5000-tar-tree.sh index adc5e937..278eb667 100755 --- a/t/t5000-tar-tree.sh +++ b/t/t5000-tar-tree.sh @@ -34,6 +34,9 @@ test_expect_success \ mkdir a/bin && cp /bin/sh a/bin && ln -s a a/l1 && + (p=long_path_to_a_file && cd a && + for depth in 1 2 3 4 5; do mkdir $p && cd $p; done && + echo text >file_with_long_path) && (cd a && find .) | sort >a.lst' test_expect_success \