author | Johannes Sixt <j6t@kdbg.org> | |
Mon, 23 Nov 2009 09:35:53 +0000 (10:35 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 23 Nov 2009 10:55:59 +0000 (02:55 -0800) | ||
commit | 4fa80cf0e07daa72361cd193fd88927be710c2e6 | |
tree | 0022d4d4dab76cdc5a321fb4220f8217cb79e136 | tree | snapshot |
parent | 65c042d44dc843021f1410f1219104681fdd3469 | commit | diff |
t4014-format-patch: do not assume 'test' is available as non-builtin
One test case used 'xargs test', which assumes that 'test' is available
as external program. At least on MinGW it is not.
Moreover, 'git format-patch' was invoked in a pipeline, but not as the
last command. Rewrite the test case to catch breakage in 'git format-patch'
as well.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
One test case used 'xargs test', which assumes that 'test' is available
as external program. At least on MinGW it is not.
Moreover, 'git format-patch' was invoked in a pipeline, but not as the
last command. Rewrite the test case to catch breakage in 'git format-patch'
as well.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4014-format-patch.sh | diff | blob | history |