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:
dbedf8b
)
t2105 (gitfile): add missing &&
author
Jonathan Nieder
<redacted>
Tue, 7 Sep 2010 01:49:10 +0000
(20:49 -0500)
committer
Junio C Hamano
<redacted>
Thu, 9 Sep 2010 22:58:45 +0000
(15:58 -0700)
Make sure early failures are not masked by later successes.
Signed-off-by: Jonathan Nieder <redacted>
Acked-by: Brad King <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t2105-update-index-gitfile.sh
patch
|
blob
|
history
diff --git
a/t/t2105-update-index-gitfile.sh
b/t/t2105-update-index-gitfile.sh
index 641607d89ae400f5fbce9dba0f42ee185d3ecd6a..a7f3d47aec2591f9da19ce24b2796005ddf87096 100755
(executable)
--- a/
t/t2105-update-index-gitfile.sh
+++ b/
t/t2105-update-index-gitfile.sh
@@
-13,7
+13,7
@@
test_expect_success 'submodule with absolute .git file' '
(cd sub1 &&
git init &&
REAL="$(pwd)/.real" &&
- mv .git "$REAL"
+ mv .git "$REAL"
&&
echo "gitdir: $REAL" >.git &&
test_commit first)
'
git clone https://git.99rst.org/PROJECT