Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
subtree test: add missing && to &&-chain
author
Jonathan Nieder
<jrnieder@gmail.com>
Mon, 30 Jul 2018 19:07:02 +0000
(12:07 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 30 Jul 2018 20:58:14 +0000
(13:58 -0700)
Detected using t/chainlint.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/subtree/t/t7900-subtree.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
53f9a3e
)
diff --git
a/contrib/subtree/t/t7900-subtree.sh
b/contrib/subtree/t/t7900-subtree.sh
index d05c613c9718697f64bc2334dc9ae85bf473f13e..e6a28f2c3e924c4099fc8909466a2bcf1d2d4402 100755
(executable)
--- a/
contrib/subtree/t/t7900-subtree.sh
+++ b/
contrib/subtree/t/t7900-subtree.sh
@@
-708,7
+708,7
@@
test_expect_success 'make sure each filename changed exactly once in the entire
test_create_commit "$subtree_test_count/sub proj" sub1 &&
(
cd "$subtree_test_count" &&
- git config log.date relative
+ git config log.date relative
&&
git fetch ./"sub proj" master &&
git subtree add --prefix="sub dir" FETCH_HEAD
) &&