summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 542a01e)
raw | patch | inline | side by side (parent: 542a01e)
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Tue, 18 Oct 2005 18:35:17 +0000 (11:35 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 18 Oct 2005 18:35:17 +0000 (11:35 -0700) |
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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
reliably fail already when trying to create such files.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t3300-funny-names.sh | patch | blob | history |
diff --git a/t/t3300-funny-names.sh b/t/t3300-funny-names.sh
index ccd7063e97bda4c0d186404e90ab256eb2ee5853..897c37842207166fe9562ad789ddbfb7ad12ca96 100755 (executable)
--- a/t/t3300-funny-names.sh
+++ b/t/t3300-funny-names.sh
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'