t7401: squelch garbage output
commit02604e293a3b7d48b0ce4e34149de8dc89c674e5
authorJunio C Hamano <gitster@pobox.com>
Sun, 13 Apr 2008 01:57:08 +0000 (12 18:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Apr 2008 01:57:08 +0000 (12 18:57 -0700)
tree432409e36fcf200a8154f1ff726fdbd26973e170
parent51836e9e125f67aa26724154757b4734c08057e4
t7401: squelch garbage output

The script had an unconditional output done outside of test_expect_*
construct, which leaked out and contaminated the output without -v.
Squelch it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7401-submodule-summary.sh