提交 02604e29 编写于 作者: J Junio C Hamano

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: NJunio C Hamano <gitster@pobox.com>
上级 51836e9e
......@@ -30,7 +30,7 @@ commit_file () {
}
test_create_repo sm1 &&
add_file . foo
add_file . foo >/dev/null
head1=$(add_file sm1 foo1 foo2)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册