Skip to content

Commit 02604e2

Browse files
committed
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 <[email protected]>
1 parent 51836e9 commit 02604e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7401-submodule-summary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ commit_file () {
3030
}
3131

3232
test_create_repo sm1 &&
33-
add_file . foo
33+
add_file . foo >/dev/null
3434

3535
head1=$(add_file sm1 foo1 foo2)
3636

0 commit comments

Comments
 (0)