[PATCH] No funny names on cygwin...

From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Date: 2005-10-19 00:27:31
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>

---

 t/t3300-funny-names.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

applies-to: 2a40773d42d149766148a0c4ed9c501b67d55ee4
b92942c59ac2c70d867035e8ed4f6eca1f53df1b
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 cha
 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'
---
0.99.8.GIT
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Wed Oct 19 00:28:06 2005

This archive was generated by hypermail 2.1.8 : 2005-10-19 00:28:10 EST