author | Junio C Hamano <junkio@cox.net> | |
Tue, 27 Dec 2005 19:06:43 +0000 (11:06 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 27 Dec 2005 19:08:57 +0000 (11:08 -0800) | ||
commit | e9add360074068eac974c5a69f91ae78a30606e9 | |
tree | 4a993a570899dce3cea2cce1b63955ac98b09d89 | tree | snapshot |
parent | 8eafa3da62297eb91741321281fd3fb2a4236e97 | commit | diff |
Fix bogus tests on rev-list output.
These tests seem to mean checking the output with expected
result, but was not doing its handrolled test helper function.
Also fix the guard to workaround wc output that have whitespace
padding, which was broken but not exposed because the test was
not testing it ;-).
Signed-off-by: Junio C Hamano <junkio@cox.net>
These tests seem to mean checking the output with expected
result, but was not doing its handrolled test helper function.
Also fix the guard to workaround wc output that have whitespace
padding, which was broken but not exposed because the test was
not testing it ;-).
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t6001-rev-list-merge-order.sh | diff | blob | history | |
t/t6003-rev-list-topo-order.sh | diff | blob | history |