From: Johannes Schindelin Date: Tue, 18 Oct 2005 18:35:17 +0000 (-0700) Subject: No funny names on cygwin... X-Git-Tag: v0.99.9~86 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=5f93926c3c5c4fe1def39de82076bc69ec89c058;p=git.git No funny names on cygwin... On FAT/NTFS, filenames cannot contain tabs. So t3300-funny-names would reliably fail already when trying to create such files. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/t/t3300-funny-names.sh b/t/t3300-funny-names.sh index ccd7063e..897c3784 100755 --- a/t/t3300-funny-names.sh +++ b/t/t3300-funny-names.sh @@ -9,6 +9,9 @@ This test tries pathnames with funny characters in the working tree, index, and tree objects. ' +# since FAT/NTFS does not allow tabs in filenames, skip this test +test "$(uname -o 2>/dev/null)" = Cygwin && exit 0 + . ./test-lib.sh p0='no-funny'