From: "Alex Riesen" <raa.lkml@gmail.com>
To: "Junio C Hamano" <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: PATCH: disable t4016-diff-quote.sh on some filesystems
Date: Tue, 20 Feb 2007 10:07:22 +0100 [thread overview]
Message-ID: <81b0412b0702200107s767d13abj40e2a021e4307b9c@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 183 bytes --]
because the filesystems (most typically FAT and NTFS) do not support
HT nor LF in filenames.
---
t/t4016-diff-quote.sh | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
[-- Attachment #2: 0001-disable-t4016-diff-quote.sh-on-some-filesystems.txt --]
[-- Type: text/plain, Size: 727 bytes --]
From 0edbc6df977e7d954032eaf72720c93b86ab4c0f Mon Sep 17 00:00:00 2001
From: Alex Riesen <raa.lkml@gmail.com>
Date: Tue, 20 Feb 2007 10:04:32 +0100
Subject: [PATCH] disable t4016-diff-quote.sh on some filesystems
---
t/t4016-diff-quote.sh | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/t/t4016-diff-quote.sh b/t/t4016-diff-quote.sh
index edde8f5..8e9422c 100755
--- a/t/t4016-diff-quote.sh
+++ b/t/t4016-diff-quote.sh
@@ -13,6 +13,10 @@ P1='pathname with HT'
P2='pathname with SP'
P3='pathname
with LF'
+if ! test : 2>/dev/null >"$P1" ; then
+ echo >&2 'Filesystem does not support tabs in names'
+ test_done
+fi
test_expect_success setup '
echo P0.0 >"$P0.0" &&
--
1.5.0.rc4.84.g67fc1
reply other threads:[~2007-02-20 9:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=81b0412b0702200107s767d13abj40e2a021e4307b9c@mail.gmail.com \
--to=raa.lkml@gmail.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).