From 14544dd215360343d9cc70c3675b9479c871a1ae Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Mon, 2 May 2016 15:24:02 -0700 Subject: submodule deinit test: fix broken && chain in subshell Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano --- t/t7400-submodule-basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t7400-submodule-basic.sh b/t/t7400-submodule-basic.sh index e1abd19230..cf06b2f8c3 100755 --- a/t/t7400-submodule-basic.sh +++ b/t/t7400-submodule-basic.sh @@ -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 . ) ' -- cgit v1.2.1