Skip to content

Commit

Permalink
t7401: squelch garbage output
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Apr 13, 2008
1 parent 51836e9 commit 02604e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7401-submodule-summary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ commit_file () {
}

test_create_repo sm1 &&
add_file . foo
add_file . foo >/dev/null

head1=$(add_file sm1 foo1 foo2)

Expand Down

0 comments on commit 02604e2

Please sign in to comment.