Duy Nguyen <pclouds@xxxxxxxxx> writes: > The patch to fix it is this > > diff --git a/t/t1305-config-include.sh b/t/t1305-config-include.sh > index f0cd2056ba..e833939320 100755 > --- a/t/t1305-config-include.sh > +++ b/t/t1305-config-include.sh > @@ -102,7 +102,7 @@ test_expect_success 'config modification does not affect includes' ' > > test_expect_success 'missing include files are ignored' ' > cat >.gitconfig <<-\EOF && > - [include]path = foo > + [include]path = non-existent > [test]value = yes > EOF > echo yes >expect && > > Junio could you squash this in? Sure.