mirror of
https://github.com/git/git.git
synced 2026-03-14 02:43:25 +01:00
Revert "Funny characters in file names are not supported on Windows, skip test."
This reverts commit b565323c2d. A better,
generic solution is now in upstream.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user