summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2ba1bee)
raw | patch | inline | side by side (parent: 2ba1bee)
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>
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 |
index a693c17dfaf0e5e84e3b5875a00b30d8e77f13a8..a1fe0530d75789ab6d4c58ce1706036746436c1f 100755 (executable)
@@ -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