From: drafnel@gmail.com
To: gitster@pobox.com
Cc: git@vger.kernel.org, Brandon Casey <drafnel@gmail.com>
Subject: [PATCH 2/4] t3903-stash.sh: use test_must_fail instead of '!' notation
Date: Sun, 2 Mar 2008 14:58:49 -0600 [thread overview]
Message-ID: <5952365.1204491506490.JavaMail.teamon@b308.teamon.com> (raw)
In-Reply-To: <1204491531-29758-1-git-send-email-drafnel@gmail.com>
Signed-off-by: Brandon Casey <drafnel@gmail.com>
---
t/t3903-stash.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/t/t3903-stash.sh b/t/t3903-stash.sh
index 50a2c83..2418f47 100755
--- a/t/t3903-stash.sh
+++ b/t/t3903-stash.sh
@@ -41,7 +41,7 @@ test_expect_success 'apply needs clean working directory' '
echo 4 > other-file &&
git add other-file &&
echo 5 > other-file &&
- ! git stash apply
+ test_must_fail git stash apply
'
test_expect_success 'apply stashed changes' '
--
1.5.4.3.412.gcd100
next parent reply other threads:[~2008-03-02 21:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1204491531-29758-1-git-send-email-drafnel@gmail.com>
2008-03-02 20:58 ` drafnel [this message]
[not found] ` <1204491531-29758-2-git-send-email-drafnel@gmail.com>
2008-03-02 20:58 ` [PATCH 3/4] git-reflog.txt: Document new commands --updateref and --rewrite drafnel
[not found] ` <1204491531-29758-3-git-send-email-drafnel@gmail.com>
2008-03-02 20:58 ` [PATCH 4/4] t3903-stash.sh: Add tests for new stash commands drop and pop drafnel
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=5952365.1204491506490.JavaMail.teamon@b308.teamon.com \
--to=drafnel@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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 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.