author | Miklos Vajna <vmiklos@frugalware.org> | |
Mon, 16 Mar 2009 20:18:42 +0000 (21:18 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 17 Mar 2009 21:25:52 +0000 (14:25 -0700) | ||
commit | 188c3827c10f5a04588ef7af8b63a7b5dbcc38ed | |
tree | 5f21da7b7c4a13c52f785fa27577616ea3fa3204 | tree | snapshot |
parent | dcb11263bcdbf31955dd00777392249bf1624226 | commit | diff |
Tests: use test_cmp instead of diff where possible
Several old tests were written before test_cmp was introduced, convert
these to test_cmp.
If were are at it, fix the order of the arguments where necessary to
make expected come first, so the command shows how the test result
deviates from the correct output.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Several old tests were written before test_cmp was introduced, convert
these to test_cmp.
If were are at it, fix the order of the arguments where necessary to
make expected come first, so the command shows how the test result
deviates from the correct output.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>