]> granicus.if.org Git - git/commit
t7610: unsuppress output
authorDenton Liu <liu.denton@gmail.com>
Wed, 24 Apr 2019 22:46:57 +0000 (15:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2019 02:27:53 +0000 (11:27 +0900)
commite9d309e2fcd4faaeee9d20ef2a46bf86a4847bd0
tree75801847b898936eb0688e88646b5e4f69b69669
parentc217b9384e8ecbde866bfb09e88f1d7f87bc7b29
t7610: unsuppress output

The output for commands used to be suppressed by redirecting both stdout
and stderr to /dev/null. However, this should not happen since the
output is useful for debugging and, without the "-v" flag, test scripts
don't output anyway.

Unsuppress the output by removing the redirections to /dev/null.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7610-mergetool.sh