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>

Stefan Beller committed May 2, 2016 at 15:24 UTC 14544dd215360343d9cc70c3675b9479c871a1ae
1 file changed +1 -1
t/t7400-submodule-basic.sh
+1 -1
@@ -857,7 +857,7 @@ test_expect_success 'submodule deinit works on repository without submodules' '
857 git init &&
858 >file &&
859 git add file &&
860 - git commit -m "repo should not be empty"
860 + git commit -m "repo should not be empty" &&
861 git submodule deinit .
862 )
863 '