From 3ed35678903f14c8be26b5b4fce1155e4c69230f Mon Sep 17 00:00:00 2001 From: Jon Seymour Date: Thu, 30 Jun 2005 12:41:57 +1000 Subject: [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 Signed-off-by: Linus Torvalds diff --git a/t/t6001-rev-list-merge-order.sh b/t/t6001-rev-list-merge-order.sh index a693c17..a1fe053 100755 --- 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' <