git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] t3903-stash.sh: Add missing '&&' to body of testcase
@ 2008-03-02 20:58 drafnel
  0 siblings, 0 replies; only message in thread
From: drafnel @ 2008-03-02 20:58 UTC (permalink / raw)
  To: gitster; +Cc: git, Brandon Casey

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-02 21:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-02 20:58 [PATCH 1/4] t3903-stash.sh: Add missing '&&' to body of testcase drafnel

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).