Re: [PATCH 3/5] t1400: use test_path_is_* helpers

2017-03-20 Thread Jeff King
On Mon, Mar 20, 2017 at 08:56:14PM -0400, Kyle Meyer wrote: > diff --git a/t/t1400-update-ref.sh b/t/t1400-update-ref.sh > index be8b113b1..c5c8e95fc 100755 > --- a/t/t1400-update-ref.sh > +++ b/t/t1400-update-ref.sh > @@ -49,7 +49,7 @@ test_expect_success "fail to delete $m with stale ref" ' >

[PATCH 3/5] t1400: use test_path_is_* helpers

2017-03-20 Thread Kyle Meyer
Signed-off-by: Kyle Meyer --- t/t1400-update-ref.sh | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/t/t1400-update-ref.sh b/t/t1400-update-ref.sh index be8b113b1..c5c8e95fc 100755 --- a/t/t1400-update-ref.sh +++