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:
parent
bbad9f9314
commit
8954bd76eb
@ -709,7 +709,7 @@ test_expect_success 'checking out a commit after submodule removal needs manual
|
|||||||
git commit -m "submodule removal" submod &&
|
git commit -m "submodule removal" submod &&
|
||||||
git checkout HEAD^ &&
|
git checkout HEAD^ &&
|
||||||
git submodule update &&
|
git submodule update &&
|
||||||
git checkout -q HEAD^ 2>actual &&
|
git checkout -q HEAD^ &&
|
||||||
git checkout -q master 2>actual &&
|
git checkout -q master 2>actual &&
|
||||||
echo "warning: unable to rmdir submod: Directory not empty" >expected &&
|
echo "warning: unable to rmdir submod: Directory not empty" >expected &&
|
||||||
test_i18ncmp expected actual &&
|
test_i18ncmp expected actual &&
|
||||||
|
Loading…
Reference in New Issue
Block a user