Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
wt-status.c: set commitable bit if there is a meaningful merge.
[gitweb.git]
/
t
/
t6111-rev-list-treesame.sh
diff --git
a/t/t6111-rev-list-treesame.sh
b/t/t6111-rev-list-treesame.sh
index 45e36736e4269476f0cbe6fa5b70965cb5653040..32474c23d3e53beda92477c5f126322901f68c53 100755
(executable)
--- a/
t/t6111-rev-list-treesame.sh
+++ b/
t/t6111-rev-list-treesame.sh
@@
-92,10
+92,7
@@
check_outcome () {
git log --format="$FMT" $param |
unnote >actual &&
sed -e "$munge_actual" <actual >check &&
- test_cmp expect check || {
- cat actual
- false
- }
+ test_cmp expect check
'
}