t/t5*: avoid redundant uses of cat
Signed-off-by: Beat Bolli <dev+git@drbeat.li> Acked-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
237ce762ef
commit
f636d25dc4
@ -70,7 +70,7 @@ test_expect_success 'respect NULs' '
|
||||
|
||||
git mailsplit -d3 -o. "$DATA/nul-plain" &&
|
||||
test_cmp "$DATA/nul-plain" 001 &&
|
||||
(cat 001 | git mailinfo msg patch) &&
|
||||
git mailinfo msg patch <001 &&
|
||||
test_line_count = 4 patch
|
||||
|
||||
'
|
||||
|
Reference in New Issue
Block a user