summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2016-05-02 15:24:02 -0700
committerJunio C Hamano <gitster@pobox.com>2016-05-03 09:16:41 -0700
commit14544dd215360343d9cc70c3675b9479c871a1ae (patch)
tree37d861644ce25966ddb637caf2e992b374eacbb4
parent84ba959bbdf083ff7036619fa08152e46b9473a5 (diff)
downloadgit-sb/submodule-module-list-pathspec-fix.tar.gz
submodule deinit test: fix broken && chain in subshellsb/submodule-module-list-pathspec-fix
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t7400-submodule-basic.sh2
1 files changed, 1 insertions, 1 deletions
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 .
)
'