From: Brandon Casey Date: Sun, 2 Mar 2008 20:58:48 +0000 (-0600) Subject: t3903-stash.sh: Add missing '&&' to body of testcase X-Git-Tag: v1.5.5-rc0~56^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=059f13045aab9e22a3db2d53ee6abe4a08c4582c;p=git.git t3903-stash.sh: Add missing '&&' to body of testcase Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano --- diff --git a/t/t3903-stash.sh b/t/t3903-stash.sh index 9a9a250d2..f24a4e80d 100755 --- a/t/t3903-stash.sh +++ b/t/t3903-stash.sh @@ -40,8 +40,8 @@ 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 - ! git stash apply + echo 5 > other-file && + test_must_fail git stash apply ' test_expect_success 'apply stashed changes' '