Skip to content

Commit efee598

Browse files
committed
t0302: "unreadable" test needs POSIXPERM
Noticed and fixed by Eric Sunshine, confirmed by Johannes Sixt. Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7e31453 commit efee598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/t0302-credential-store.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test_expect_success 'get: use xdg file if home file has no matches' '
7575
EOF
7676
'
7777

78-
test_expect_success 'get: use xdg file if home file is unreadable' '
78+
test_expect_success POSIXPERM 'get: use xdg file if home file is unreadable' '
7979
echo "https://home-user:home-pass@example.com" >"$HOME/.git-credentials" &&
8080
chmod -r "$HOME/.git-credentials" &&
8181
mkdir -p "$HOME/.config/git" &&

0 commit comments

Comments
 (0)