Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t: fix moderate &&-chain breakage
[gitweb.git]
/
t
/
t4202-log.sh
diff --git
a/t/t4202-log.sh
b/t/t4202-log.sh
index 5f2b290d2b803a4af971a1c03021e97a16951847..a22ac7c75a6d8b75db6b1e5b5e40c7e8a5ac217b 100755
(executable)
--- a/
t/t4202-log.sh
+++ b/
t/t4202-log.sh
@@
-481,7
+481,7
@@
test_expect_success 'log.decorate configuration' '
git log --oneline --no-decorate >actual &&
test_cmp expect.none actual &&
git log --oneline --decorate >actual &&
- test_cmp expect.short actual
+ test_cmp expect.short actual
&&
test_unconfig log.decorate &&
git log --pretty=raw >expect.raw &&