зеркало из https://github.com/microsoft/git.git
t3600: remove useless redirect
In the next line the `actual` is overwritten again, so no need to redirect the output of checkout into that file. Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
bbad9f9314
Коммит
8954bd76eb
|
@ -709,7 +709,7 @@ test_expect_success 'checking out a commit after submodule removal needs manual
|
|||
git commit -m "submodule removal" submod &&
|
||||
git checkout HEAD^ &&
|
||||
git submodule update &&
|
||||
git checkout -q HEAD^ 2>actual &&
|
||||
git checkout -q HEAD^ &&
|
||||
git checkout -q master 2>actual &&
|
||||
echo "warning: unable to rmdir submod: Directory not empty" >expected &&
|
||||
test_i18ncmp expected actual &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче