зеркало из https://github.com/microsoft/git.git
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:
Родитель
f830d45b9f
Коммит
059f13045a
|
@ -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' '
|
||||
|
|
Загрузка…
Ссылка в новой задаче