Re: [PATCH 1/2] t6101: add a test for rev-parse $garbage^@

2018-05-23 Thread Jeff King
On Wed, May 23, 2018 at 01:46:12PM -0700, Elijah Newren wrote: > diff --git a/t/t6101-rev-parse-parents.sh b/t/t6101-rev-parse-parents.sh > index 8c617981a3..7b1b2dbdf2 100755 > --- a/t/t6101-rev-parse-parents.sh > +++ b/t/t6101-rev-parse-parents.sh > @@ -214,4 +214,8 @@ test_expect_success

[PATCH 1/2] t6101: add a test for rev-parse $garbage^@

2018-05-23 Thread Elijah Newren
Reported by Florian Weimer and Todd Zullinger. Signed-off-by: Elijah Newren --- t/t6101-rev-parse-parents.sh | 4 1 file changed, 4 insertions(+) diff --git a/t/t6101-rev-parse-parents.sh b/t/t6101-rev-parse-parents.sh index 8c617981a3..7b1b2dbdf2 100755 ---