Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
submodule deinit test: fix broken && chain in subshell
author
Stefan Beller
<sbeller@google.com>
Mon, 2 May 2016 22:24:02 +0000
(15:24 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 3 May 2016 16:16:41 +0000
(09:16 -0700)
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7400-submodule-basic.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
84ba959
)
diff --git
a/t/t7400-submodule-basic.sh
b/t/t7400-submodule-basic.sh
index e1abd1923033617540c915af4372ba42936326d0..cf06b2f8c31cfe829805cf7311bb96bd8f08a1f8 100755
(executable)
--- 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 .
)
'