Re: [PATCH] t0302: "unreadable" test needs SANITY prereq

2015-06-12 Thread Jeff King
On Fri, Jun 12, 2015 at 09:29:58PM +0800, Paul Tan wrote: > The test expects that "chmod -r ~/.git-credentials" would make it > unreadable to the user, and thus needs the SANITY prerequisite. Yup, looks obviously correct to me. Thanks for a quick turnaround. -Peff -- To unsubscribe from this lis

[PATCH] t0302: "unreadable" test needs SANITY prereq

2015-06-12 Thread Paul Tan
The test expects that "chmod -r ~/.git-credentials" would make it unreadable to the user, and thus needs the SANITY prerequisite. Reported-by: Jean-Yves LENHOF Signed-off-by: Paul Tan --- t/t0302-credential-store.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t0302-cre