Skip to content

Commit

Permalink
t3903-stash.sh: Add missing '&&' to body of testcase
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Brandon Casey authored and Junio C Hamano committed Mar 3, 2008
1 parent f830d45 commit 059f130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t3903-stash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' '
Expand Down

0 comments on commit 059f130

Please sign in to comment.