From: Christian Couder <chriscool@tuxfamily.org>
To: "Junio C Hamano" <gitster@pobox.com>,
"Nguyen Thai Ngoc Duy" <pclouds@gmail.com>
Cc: git@vger.kernel.org
Subject: [PATCH] Fix sourcing "test-lib.sh" using dash shell in "t3003-ls-files-narrow-match.sh"
Date: Mon, 5 Jan 2009 14:30:02 +0100 [thread overview]
Message-ID: <20090105143002.8a369535.chriscool@tuxfamily.org> (raw)
dash barfs, on my old Ubuntu box, when "test-lib.sh" is sourced
without "./".
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
t/t3003-ls-files-narrow-match.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
This patch applies to "pu".
diff --git a/t/t3003-ls-files-narrow-match.sh b/t/t3003-ls-files-narrow-match.sh
index 9879525..b576bca 100755
--- a/t/t3003-ls-files-narrow-match.sh
+++ b/t/t3003-ls-files-narrow-match.sh
@@ -2,7 +2,7 @@
test_description='This test is for narrow spec matching'
-. test-lib.sh
+. ./test-lib.sh
D="$(cd ..;pwd)"/t3003
--
1.6.1.143.gfd590.dirty
next reply other threads:[~2009-01-05 13:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-05 13:30 Christian Couder [this message]
2009-01-06 8:18 ` [PATCH] Fix sourcing "test-lib.sh" using dash shell in "t3003-ls-files-narrow-match.sh" Junio C Hamano
2009-01-07 7:29 ` Christian Couder
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=20090105143002.8a369535.chriscool@tuxfamily.org \
--to=chriscool@tuxfamily.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=pclouds@gmail.com \
/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).