t0008: remove duplicated test fixture data
commiteef39f8124ba6045bdc1ae6e665d3d65e28385ab
authorAdam Spiers <git@adamspiers.org>
Thu, 11 Apr 2013 12:05:09 +0000 (11 13:05 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Apr 2013 18:01:58 +0000 (11 11:01 -0700)
treeb0217a96796054476fb6a332ba93832dbf34156d
parentc19387e79947de9307af06ce92a83eaf786153b7
t0008: remove duplicated test fixture data

The expected contents of STDOUT for the final --stdin tests can be
derived from the expected contents of STDOUT for the same tests when
--verbose is given, in the same way that test_expect_success_multi
derives this for earlier tests.

Signed-off-by: Adam Spiers <git@adamspiers.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0008-ignores.sh