t7700: drop redirections to /dev/null
commit09279086e8c92c77cc75f73dcac35062e6e68fd3
authorDenton Liu <liu.denton@gmail.com>
Wed, 27 Nov 2019 19:53:45 +0000 (27 11:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Nov 2019 21:20:15 +0000 (29 13:20 -0800)
treeaed6c6b92094b02c831fa0b4ebda6e5349bc3c7f
parent756ee7fc9fcf599e807a27e45a9d0fb89e8411a8
t7700: drop redirections to /dev/null

Since output is silenced when running without `-v` and debugging output
is useful with `-v`, remove redirections to /dev/null as it is not
useful.

In one case where the output of stdout is consumed, redirect the output
of test_commit to stderr.

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