git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: drafnel@gmail.com
To: gitster@pobox.com
Cc: git@vger.kernel.org, Brandon Casey <drafnel@gmail.com>
Subject: [PATCH 1/4] t3903-stash.sh: Add missing '&&' to body of testcase
Date: Sun,  2 Mar 2008 14:58:48 -0600	[thread overview]
Message-ID: <11977092.1204491503671.JavaMail.teamon@b308.teamon.com> (raw)

Signed-off-by: Brandon Casey <drafnel@gmail.com>
---


It looks like this was just forgotten. I can't think of any
reason why you'd not want the echos and git-add to be part
of the whole return value of the test.

-brandon


 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 9a9a250..50a2c83 100755
--- a/t/t3903-stash.sh
+++ b/t/t3903-stash.sh
@@ -40,7 +40,7 @@ test_expect_success 'parents of stash' '
 test_expect_success 'apply needs clean working directory' '
 	echo 4 > other-file &&
 	git add other-file &&
-	echo 5 > other-file
+	echo 5 > other-file &&
 	! git stash apply
 '
 
-- 
1.5.4.3.412.gcd100


                 reply	other threads:[~2008-03-02 21:13 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=11977092.1204491503671.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 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).