[PATCH] t3600: fix broken "choking git rm" test

2013-10-15 Thread SZEDER Gábor
The test 'choking "git rm" should not let it die with cruft' is supposed to check 'git rm's behavior when interrupted by provoking a SIGPIPE while 'git rm' is busily deleting files from a specially crafted index. This test is silently broken for the following reasons: - The test crafts a special

Re: [PATCH] t3600: fix broken "choking git rm" test

2013-10-15 Thread SZEDER Gábor
On Tue, Oct 15, 2013 at 05:18:04PM -0700, Jonathan Nieder wrote: > SZEDER Gábor wrote: > > --- a/t/t3600-rm.sh > > +++ b/t/t3600-rm.sh > > @@ -240,18 +240,15 @@ test_expect_success 'refresh index before checking if > > it is up-to-date' ' > > > > test_expect_success 'choking "git rm" should not

Re: [PATCH] t3600: fix broken "choking git rm" test

2013-10-15 Thread Jonathan Nieder
SZEDER Gábor wrote: > The test 'choking "git rm" should not let it die with cruft' is > supposed to check 'git rm's behavior when interrupted by provoking a > SIGPIPE while 'git rm' is busily deleting files from a specially > crafted index. > > This test is silently broken for the following reason

[PATCH] t3600: fix broken "choking git rm" test

2013-10-15 Thread SZEDER Gábor
The test 'choking "git rm" should not let it die with cruft' is supposed to check 'git rm's behavior when interrupted by provoking a SIGPIPE while 'git rm' is busily deleting files from a specially crafted index. This test is silently broken for the following reasons: - The test crafts a special