Re: [PATCH v2 1/2] rev-parse tests: add tests executed from a subdirectory

2017-02-17 Thread Johannes Schindelin
Hi Junio, On Fri, 10 Feb 2017, Junio C Hamano wrote: > Johannes Schindelin writes: > > > diff --git a/t/t1700-split-index.sh b/t/t1700-split-index.sh > > index 292a0720fcc..1d6e27a09d8 100755 > > --- a/t/t1700-split-index.sh > > +++ b/t/t1700-split-index.sh > > @@ -200,4 +200,21 @@ EOF > >

Re: [PATCH v2 1/2] rev-parse tests: add tests executed from a subdirectory

2017-02-17 Thread Johannes Schindelin
Hi Junio, On Fri, 10 Feb 2017, Junio C Hamano wrote: > Johannes Schindelin writes: > > > diff --git a/t/t1700-split-index.sh b/t/t1700-split-index.sh > > index 292a0720fcc..1d6e27a09d8 100755 > > --- a/t/t1700-split-index.sh > > +++ b/t/t1700-split-index.sh > > @@ -200,4 +200,21 @@ EOF > >

Re: [PATCH v2 1/2] rev-parse tests: add tests executed from a subdirectory

2017-02-10 Thread Junio C Hamano
Johannes Schindelin writes: > diff --git a/t/t1700-split-index.sh b/t/t1700-split-index.sh > index 292a0720fcc..1d6e27a09d8 100755 > --- a/t/t1700-split-index.sh > +++ b/t/t1700-split-index.sh > @@ -200,4 +200,21 @@ EOF > test_cmp expect actual > ' > > +test_expect_failure 'rev-parse --s

Re: [PATCH v2 1/2] rev-parse tests: add tests executed from a subdirectory

2017-02-10 Thread Junio C Hamano
Johannes Schindelin writes: > From: Michael Rappazzo > > t2027-worktree-list has an incorrect expectation for --git-common-dir > which has been adjusted and marked to expect failure. > > Some of the tests added have been marked to expect failure. These > demonstrate a problem with the way that

[PATCH v2 1/2] rev-parse tests: add tests executed from a subdirectory

2017-02-10 Thread Johannes Schindelin
From: Michael Rappazzo t2027-worktree-list has an incorrect expectation for --git-common-dir which has been adjusted and marked to expect failure. Some of the tests added have been marked to expect failure. These demonstrate a problem with the way that some options to git rev-parse behave when