t4014: invoke format-patch with --stdout where intended
commit2fdb5c6219ffe17f40833f32541af764ed2364db
authorThomas Rast <trast@student.ethz.ch>
Mon, 29 Aug 2011 20:10:47 +0000 (29 22:10 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Aug 2011 22:27:04 +0000 (29 15:27 -0700)
treec83d46b0f6577b9472d24ba249a2adac7d3edf90
parentcc663d141a2d900d097973a8fdcb939f697d46bd
t4014: invoke format-patch with --stdout where intended

The test wrote something along the lines of 0001-foo.patch to output,
which of course never contained a signature.  Luckily the tested
behaviour is actually present.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4014-format-patch.sh