From: Junio C Hamano Date: Sun, 13 Apr 2008 01:57:08 +0000 (-0700) Subject: t7401: squelch garbage output X-Git-Tag: v1.5.5.1~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/02604e293a3b7d48b0ce4e34149de8dc89c674e5?hp=--cc 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 --- 02604e293a3b7d48b0ce4e34149de8dc89c674e5 diff --git a/t/t7401-submodule-summary.sh b/t/t7401-submodule-summary.sh index 0f3c42ab35..b9a22190e8 100755 --- a/t/t7401-submodule-summary.sh +++ b/t/t7401-submodule-summary.sh @@ -30,7 +30,7 @@ commit_file () { } test_create_repo sm1 && -add_file . foo +add_file . foo >/dev/null head1=$(add_file sm1 foo1 foo2)