Re: [PATCH v2 01/27] t1400: Fix name and expected result of one test

2014-03-31 Thread Michael Haggerty
On 03/31/2014 11:30 PM, Junio C Hamano wrote: > Michael Haggerty writes: > >> The test >> >> stdin -z create ref fails with zero new value >> >> actually passes an empty new value, not a zero new value. So rename >> the test s/zero/empty/, and change the expected error from >> >> fatal:

Re: [PATCH v2 01/27] t1400: Fix name and expected result of one test

2014-03-31 Thread Junio C Hamano
Michael Haggerty writes: > The test > > stdin -z create ref fails with zero new value > > actually passes an empty new value, not a zero new value. So rename > the test s/zero/empty/, and change the expected error from > > fatal: create $c given zero new value > > to > > fatal: creat

[PATCH v2 01/27] t1400: Fix name and expected result of one test

2014-03-24 Thread Michael Haggerty
The test stdin -z create ref fails with zero new value actually passes an empty new value, not a zero new value. So rename the test s/zero/empty/, and change the expected error from fatal: create $c given zero new value to fatal: create $c missing Of course, this makes the test