mirror of
https://github.com/git/git.git
synced 2024-10-30 05:47:53 +01:00
[PATCH] Fix broken t6001 test case
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>
This commit is contained in:
parent
2ba1beebd3
commit
3ed3567890
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue