Re: [PATCH] t5510: run auto-gc in the foreground

2016-05-05 Thread SZEDER Gábor
Quoting Johannes Schindelin : Hi Gábor, On Tue, 3 May 2016, SZEDER Gábor wrote: Quoting SZEDER Gábor : >Quoting Johannes Schindelin : > > >Hi Gábor, > > > >On Sun, 1 May 2016, SZEDER Gábor wrote: > > > > >diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh > > >index 38321d19efbe..454d896390c0

Re: [PATCH] t5510: run auto-gc in the foreground

2016-05-03 Thread Johannes Schindelin
Hi Gábor, On Tue, 3 May 2016, SZEDER Gábor wrote: > Quoting SZEDER Gábor : > > >Quoting Johannes Schindelin : > > > > >Hi Gábor, > > > > > >On Sun, 1 May 2016, SZEDER Gábor wrote: > > > > > > >diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh > > > >index 38321d19efbe..454d896390c0 100755 > > > >

Re: [PATCH] t5510: run auto-gc in the foreground

2016-05-03 Thread SZEDER Gábor
Quoting SZEDER Gábor : Quoting Johannes Schindelin : Hi Gábor, On Sun, 1 May 2016, SZEDER Gábor wrote: diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh index 38321d19efbe..454d896390c0 100755 --- a/t/t5510-fetch.sh +++ b/t/t5510-fetch.sh @@ -682,6 +682,7 @@ test_expect_success 'fetching wi

Re: [PATCH] t5510: run auto-gc in the foreground

2016-05-02 Thread SZEDER Gábor
Quoting Johannes Schindelin : Hi Gábor, On Sun, 1 May 2016, SZEDER Gábor wrote: diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh index 38321d19efbe..454d896390c0 100755 --- a/t/t5510-fetch.sh +++ b/t/t5510-fetch.sh @@ -682,6 +682,7 @@ test_expect_success 'fetching with auto-gc does not lock

Re: [PATCH] t5510: run auto-gc in the foreground

2016-05-02 Thread Johannes Schindelin
Hi Gábor, On Sun, 1 May 2016, SZEDER Gábor wrote: > diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh > index 38321d19efbe..454d896390c0 100755 > --- a/t/t5510-fetch.sh > +++ b/t/t5510-fetch.sh > @@ -682,6 +682,7 @@ test_expect_success 'fetching with auto-gc does not lock > up' ' > ( >

[PATCH] t5510: run auto-gc in the foreground

2016-05-01 Thread SZEDER Gábor
The last test added to 't5510-fetch' in 0898c9628104 (fetch: release pack files before garbage-collecting, 2016-01-13) may sporadically trigger following error message from the test harness: rm: cannot remove 'trash directory.t5510-fetch/auto-gc/.git': Directory not empty The test in question