Skip to content

Commit 31f0b0b

Browse files
committed
squash! Win32: support long paths
This patch is needed to mend the && chain. Also set the author info back to Karsten.
1 parent 4694320 commit 31f0b0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

t/t2027-checkout-long-paths.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ test_expect_success 'update of long paths' '
5252
test_expect_success cleanup '
5353
# bash cannot delete the trash dir if it contains a long path
5454
# lets help cleaning up (unless in debug mode)
55-
test ! -z "$debug" || rm -rf longpa~1
55+
if test -z "$debug"
56+
then
57+
rm -rf longpa~1
58+
fi
5659
'
5760

5861
# check that the template used in the test won't be too long:

0 commit comments

Comments
 (0)