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>
This commit is contained in:
		| @ -30,7 +30,7 @@ commit_file () { | |||||||
| } | } | ||||||
|  |  | ||||||
| test_create_repo sm1 && | test_create_repo sm1 && | ||||||
| add_file . foo | add_file . foo >/dev/null | ||||||
|  |  | ||||||
| head1=$(add_file sm1 foo1 foo2) | head1=$(add_file sm1 foo1 foo2) | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Junio C Hamano
					Junio C Hamano