git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
84ba959
)
submodule deinit test: fix broken && chain in subshell
author
Stefan Beller
<redacted>
Mon, 2 May 2016 22:24:02 +0000
(15:24 -0700)
committer
Junio C Hamano
<redacted>
Tue, 3 May 2016 16:16:41 +0000
(09:16 -0700)
Signed-off-by: Stefan Beller <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t7400-submodule-basic.sh
patch
|
blob
|
history
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 .
)
'
git clone https://git.99rst.org/PROJECT