* [PATCH] t3902 - skip test if file system doesn't support HT in names
@ 2007-08-12 15:24 Mark Levedahl
0 siblings, 0 replies; only message in thread
From: Mark Levedahl @ 2007-08-12 15:24 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Git Mailing List, Mark Levedahl
Windows / cygwin don't support HT, LF, or TAB in file name so this test
is meaningless there.
Signed-off-by: Mark Levedahl <mdl123@verizon.net>
---
t/t3902-quoted.sh | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/t/t3902-quoted.sh b/t/t3902-quoted.sh
index 63f950b..245fb3b 100755
--- a/t/t3902-quoted.sh
+++ b/t/t3902-quoted.sh
@@ -7,6 +7,12 @@ test_description='quoted output'
. ./test-lib.sh
+P1='pathname with HT'
+: >"$P1" 2>&1 && test -f "$P1" && rm -f "$P1" || {
+ echo >&2 'Filesystem does not support HT in names'
+ test_done
+}
+
FN='濱é'
GN='ç´'
HT=' '
--
1.5.3.rc4.79.g9714d-dirty
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-12 15:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-12 15:24 [PATCH] t3902 - skip test if file system doesn't support HT in names Mark Levedahl
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).