submodule deinit test: fix broken && chain in subshell

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Stefan Beller 2016-05-02 15:24:02 -07:00 committed by Junio C Hamano
parent 84ba959bbd
commit 14544dd215

View File

@ -857,7 +857,7 @@ test_expect_success 'submodule deinit works on repository without submodules' '
git init &&
>file &&
git add file &&
git commit -m "repo should not be empty"
git commit -m "repo should not be empty" &&
git submodule deinit .
)
'