git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] No funny names on cygwin...
@ 2005-10-18 14:27 Johannes Schindelin
  0 siblings, 0 replies; only message in thread
From: Johannes Schindelin @ 2005-10-18 14:27 UTC (permalink / raw)
  To: git, junkio

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-18 14:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-18 14:27 [PATCH] No funny names on cygwin Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).