t3700: Skip a test with backslashes in pathspec
commit6fd1106aa4f921dd8e80895ed837072adfd665f1
authorJohannes Sixt <j6t@kdbg.org>
Fri, 13 Mar 2009 22:00:15 +0000 (13 23:00 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 22 Mar 2009 16:49:52 +0000 (22 17:49 +0100)
tree6252b20406818670f1077cf9eddd2229f8f3c571
parentee9fb68c392cc76cf2a56762eb1c0712ae722f08
t3700: Skip a test with backslashes in pathspec

The test verifies that glob special characters can be escaped with
backslashes.  In particular, the string fo\[ou\]bar is given to git.

On Windows, this does not work because backslashes are first of all
directory separators, and first thing git does with a pathspec from the
command line is to convert backslashes to forward slashes.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
t/t3700-add.sh
t/test-lib.sh