mirror of
https://github.com/git/git.git
synced 2026-03-14 02:43:25 +01:00
Funny characters in file names are not supported on Windows, skip test.
This commit is contained in:
@@ -8,6 +8,13 @@ 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