From: Junio C Hamano Date: Wed, 25 Mar 2015 20:23:21 +0000 (-0700) Subject: t0302: "unreadable" test needs POSIXPERM X-Git-Tag: v2.5.0-rc0~144^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/efee5981d3d5d72f9cc7208ba7c5e9ce4afc8598?ds=inline;hp=--cc t0302: "unreadable" test needs POSIXPERM Noticed and fixed by Eric Sunshine, confirmed by Johannes Sixt. Signed-off-by: Junio C Hamano --- efee5981d3d5d72f9cc7208ba7c5e9ce4afc8598 diff --git a/t/t0302-credential-store.sh b/t/t0302-credential-store.sh index 4e1f8ecddd..0979df93a1 100755 --- a/t/t0302-credential-store.sh +++ b/t/t0302-credential-store.sh @@ -75,7 +75,7 @@ test_expect_success 'get: use xdg file if home file has no matches' ' EOF ' -test_expect_success 'get: use xdg file if home file is unreadable' ' +test_expect_success POSIXPERM 'get: use xdg file if home file is unreadable' ' echo "https://home-user:home-pass@example.com" >"$HOME/.git-credentials" && chmod -r "$HOME/.git-credentials" && mkdir -p "$HOME/.config/git" &&