t4014-format-patch: do not assume 'test' is available as non-builtin
commit4fa80cf0e07daa72361cd193fd88927be710c2e6
authorJohannes Sixt <j6t@kdbg.org>
Mon, 23 Nov 2009 09:35:53 +0000 (23 10:35 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Nov 2009 10:55:59 +0000 (23 02:55 -0800)
tree0022d4d4dab76cdc5a321fb4220f8217cb79e136
parent65c042d44dc843021f1410f1219104681fdd3469
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>
t/t4014-format-patch.sh