t3903-stash.sh: Add missing '&&' to body of testcase
Signed-off-by: Brandon Casey <drafnel@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
f830d45b9f
commit
059f13045a
@ -40,8 +40,8 @@ test_expect_success 'parents of stash' '
|
|||||||
test_expect_success 'apply needs clean working directory' '
|
test_expect_success 'apply needs clean working directory' '
|
||||||
echo 4 > other-file &&
|
echo 4 > other-file &&
|
||||||
git add other-file &&
|
git add other-file &&
|
||||||
echo 5 > other-file
|
echo 5 > other-file &&
|
||||||
! git stash apply
|
test_must_fail git stash apply
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success 'apply stashed changes' '
|
test_expect_success 'apply stashed changes' '
|
||||||
|
Loading…
Reference in New Issue
Block a user