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:
d9f5ef7
)
t3510 (cherry-pick-sequence): add missing '&&'
author
Ramkumar Ramachandra
<redacted>
Mon, 4 Jun 2012 16:42:44 +0000
(22:12 +0530)
committer
Junio C Hamano
<redacted>
Mon, 4 Jun 2012 22:35:22 +0000
(15:35 -0700)
Breaks in a test assertion's && chain can potentially hide failures
from earlier commands in the chain. Fix an instance of this in the
setup.
Signed-off-by: Ramkumar Ramachandra <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t3510-cherry-pick-sequence.sh
patch
|
blob
|
history
diff --git
a/t/t3510-cherry-pick-sequence.sh
b/t/t3510-cherry-pick-sequence.sh
index e80050e1fef9c7c2d83a34aaa671415ea168e8c4..28412e2c65e58f06d0c4db30d62813b02218669f 100755
(executable)
--- a/
t/t3510-cherry-pick-sequence.sh
+++ b/
t/t3510-cherry-pick-sequence.sh
@@
-28,7
+28,7
@@
test_cmp_rev () {
}
test_expect_success setup '
- git config advice.detachedhead false
+ git config advice.detachedhead false
&&
echo unrelated >unrelated &&
git add unrelated &&
test_commit initial foo a &&
git clone https://git.99rst.org/PROJECT