diff options
Diffstat (limited to 't/t9902-completion.sh')
| -rwxr-xr-x | t/t9902-completion.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh index f8fcedae2c..562c88e9a9 100755 --- a/t/t9902-completion.sh +++ b/t/t9902-completion.sh @@ -1515,6 +1515,7 @@ test_expect_success 'complete files - UTF-8 in ls-files output' ' "árvíztűrő/Сайн яваарай" ' +# Testing with a path containing a backslash is important. if test_have_prereq !MINGW && mkdir 'New\Dir' 2>/dev/null && touch 'New\Dir/New"File.c' 2>/dev/null |
