t7800: don't hide grep output
commit472353a579b3c3fd645ea4f0aac582317e488775
authorJohn Keeping <john@keeping.me.uk>
Fri, 29 Mar 2013 11:28:34 +0000 (29 11:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Mar 2013 22:16:40 +0000 (29 15:16 -0700)
treef2ec79e6f1f7fd9ab846885da55ac83d3994813c
parent67aa147af7c699348ba8c3afe9f7ee88aa043cd0
t7800: don't hide grep output

Remove the stdin_contains and stdin_doesnt_contain helper functions
which add nothing but hide the output of grep, hurting debugging.

Suggested-by: Johannes Sixt <j.sixt@viscovery.net>
Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7800-difftool.sh