]> git.ipfire.org Git - thirdparty/git.git/commit
t4256: don't create unused file
authorRené Scharfe <l.s.r@web.de>
Wed, 11 Dec 2019 17:50:02 +0000 (18:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Dec 2019 21:47:34 +0000 (13:47 -0800)
commitcb05d6a5ed1ecc687cfb388935381d0b8251f720
tree7f8156b775266717ee02610778a40c587f075399
parent271c351b2f0cd252d84fbe30d9a03e6f7b930e9b
t4256: don't create unused file

The file "stdout" has been created by the test script since its initial
(and so far only) version added by 3aa4d81f88 (mailinfo: support
format=flowed, 2018-08-25), but has never been used.  Get rid of it.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4256-am-format-flowed.sh