Jeff King <peff@xxxxxxxx> writes: > diff --git a/t/lib-credential.sh b/t/lib-credential.sh > index 54ae1f4..ac54b38 100755 > --- a/t/lib-credential.sh > +++ b/t/lib-credential.sh > @@ -21,6 +21,225 @@ read_chunk() { > ... > + test_expect_success "helper ($HELPER) can forget user" ' > + check reject $HELPER <<-\EOF && > + protocol=https > + host=example.com > + username=user1 > + EOF > + check fill $HELPER <<-\EOF > + protocol=https > + host=example.com > + username=user1 > + -- > + username=user1 > + password=askpass-password > + -- > + askpass: Password for '\''https://user1@xxxxxxxxxxx'\'': > + ' Missing EOF for here document; I fixed this already in 'pu', but please squash it in when rerolling after 1.7.8 final. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html