projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ba1bee
)
[PATCH] Fix broken t6001 test case
author
Jon Seymour
<jon.seymour@gmail.com>
Thu, 30 Jun 2005 02:41:57 +0000
(12:41 +1000)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Thu, 30 Jun 2005 03:53:10 +0000
(20:53 -0700)
This fix fixes a t/t6001 test case break that was hidden by a bug in the
test case infrastructure.
Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
t/t6001-rev-list-merge-order.sh
patch
|
blob
|
history
diff --git
a/t/t6001-rev-list-merge-order.sh
b/t/t6001-rev-list-merge-order.sh
index
a693c17
..
a1fe053
100755
(executable)
--- a/
t/t6001-rev-list-merge-order.sh
+++ b/
t/t6001-rev-list-merge-order.sh
@@
-408,12
+408,12
@@
test_output_expect_success "max-count 10 - merge order" 'git-rev-list --merge-or
| b2
EOF
-test_output_expect_success "max-count 10 - non merge order" 'git-rev-list --max-count=10 l5 | sort' <<EOF
+test_output_expect_success "max-count 10 - non merge order" 'git-rev-list --max-count=10 l5 | entag | sort' <<EOF
+a2
+a3
a4
-b2
b3
b4
-c1
c2
c3
l3