From: Michael Spang <mspang@uwaterloo.ca>
To: Junio C Hamano <junkio@cox.net>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: [PATCH(amend)] Really run "git-clean -n" in test
Date: Sun, 06 May 2007 15:08:44 -0400 [thread overview]
Message-ID: <463E27BC.5060604@uwaterloo.ca> (raw)
In-Reply-To: <463E19C4.8010601@uwaterloo.ca>
Signed-off-by: Michael Spang <mspang@uwaterloo.ca>
---
Whoops.
t/t7300-clean.sh | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/t/t7300-clean.sh b/t/t7300-clean.sh
index 1fb3850..1ada8da 100755
--- a/t/t7300-clean.sh
+++ b/t/t7300-clean.sh
@@ -125,14 +125,15 @@ test_expect_success \
test_expect_failure \
'clean.requireForce' \
- "mkdir -p build docs &&
- touch a.out src/part3.c docs/manual.txt obj.o build/lib.so &&
- git-config clean.requireForce true &&
+ "git-config clean.requireForce true &&
git-clean"
test_expect_success \
'clean.requireForce and -n' \
- "test -f Makefile &&
+ "mkdir -p build docs &&
+ touch a.out src/part3.c docs/manual.txt obj.o build/lib.so &&
+ git-clean -n &&
+ test -f Makefile &&
test -f README &&
test -f src/part1.c &&
test -f src/part2.c &&
next prev parent reply other threads:[~2007-05-06 19:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-06 18:09 [PATCH 1/3] t7300: Basic tests for git-clean Michael Spang
2007-05-06 19:08 ` Michael Spang [this message]
2007-05-06 19:18 ` [PATCH(amend)] Really run "git-clean -n" in test Junio C Hamano
2007-05-06 19:50 ` [PATCH] t7300: Basic tests for git-clean Michael Spang
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=463E27BC.5060604@uwaterloo.ca \
--to=mspang@uwaterloo.ca \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.