From: Jon Seymour Date: Thu, 30 Jun 2005 02:41:59 +0000 (+1000) Subject: [PATCH] Remove unnecessary sort from t6001 testcase X-Git-Tag: v0.99~113 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9d89d19c4873f73f3165e1cef45fdb17ef39a5d0;p=git.git [PATCH] Remove unnecessary sort from t6001 testcase This patch removes an unnecessary sort from the t6001 testcase. Sorts were previously necessary when testing non --merge-order cases because the output order wasn't entirely deterministic unless commit date was fixed. However, commit dates are now fixed, so the need for a sort has disappeared. So the sort has been removed. 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 a1fe0530d..04dede091 100755 --- a/t/t6001-rev-list-merge-order.sh +++ b/t/t6001-rev-list-merge-order.sh @@ -408,17 +408,17 @@ 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 | entag | sort' <