From e0dd8fcfe3055d3874c2351cb6c227200b49ee1b Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Wed, 28 Feb 2007 09:57:47 +0100 Subject: [PATCH] Revert "Funny characters in file names are not supported on Windows, skip test." This reverts commit b565323c2dd91483496119102dd5e49295c26d31. A better, generic solution is now in upstream. --- t/t4016-diff-quote.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/t/t4016-diff-quote.sh b/t/t4016-diff-quote.sh index a203653b7..2e7cd5f25 100755 --- a/t/t4016-diff-quote.sh +++ b/t/t4016-diff-quote.sh @@ -8,13 +8,6 @@ test_description='Quoting paths in diff output. . ./test-lib.sh -if test "$no_symlinks" -then - say 'Filenames with tabs and new-lines not supported, skipping tests.' - test_done - exit -fi - P0='pathname' P1='pathname with HT' P2='pathname with SP' -- 2.11.4.GIT