summaryrefslogtreecommitdiff
path: root/t/t3300-funny-names.sh
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2005-10-18 18:35:17 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-10-18 18:35:17 (GMT)
commit5f93926c3c5c4fe1def39de82076bc69ec89c058 (patch)
tree485a41046776beab3b6d9dac64ccca3b8c4ddd16 /t/t3300-funny-names.sh
parent542a01e4895fb3e57baab709194bdb25d7ad5217 (diff)
downloadgit-5f93926c3c5c4fe1def39de82076bc69ec89c058.zip
git-5f93926c3c5c4fe1def39de82076bc69ec89c058.tar.gz
git-5f93926c3c5c4fe1def39de82076bc69ec89c058.tar.bz2
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 <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t3300-funny-names.sh')
-rwxr-xr-xt/t3300-funny-names.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/t3300-funny-names.sh b/t/t3300-funny-names.sh
index ccd7063..897c378 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'