t1400: remove a set of unused output files
commite063e5d7daa6440911b17d518dabc52f3fc42162
authorKyle Meyer <kyle@kyleam.com>
Tue, 21 Mar 2017 00:56:15 +0000 (20 20:56 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Mar 2017 17:50:16 +0000 (21 10:50 -0700)
treec25e964d1150acee885ccd70dda907dc087ca7e1
parentcd81af4bd7f8d08b4d344e4274a78aabedfd49e2
t1400: remove a set of unused output files

This test case redirects stdout and stderr to output files, but,
unlike the other cases of redirection in the t1400 tests, these files
are not examined downstream.  Remove the redirection so that the
output is visible when running the tests verbosely.

Signed-off-by: Kyle Meyer <kyle@kyleam.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1400-update-ref.sh