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> --- t/t6001-rev-list-merge-order.sh | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) 91f6943f32af5ef8057049ca551957c0f8e7816d diff --git a/t/t6001-rev-list-merge-order.sh b/t/t6001-rev-list-merge-order.sh --- 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 | 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 ------------ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Jun 30 12:43:38 2005
This archive was generated by hypermail 2.1.8 : 2005-06-30 12:43:42 EST