Skip to content

Commit

Permalink
Merge branch 'pt/t0302-needs-sanity' into maint
Browse files Browse the repository at this point in the history
* pt/t0302-needs-sanity:
  t0302: "unreadable" test needs SANITY prereq
  • Loading branch information
Junio C Hamano committed Jul 15, 2015
2 parents eca143b + 329af6c commit e9da4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t0302-credential-store.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test_expect_success 'get: use xdg file if home file has no matches' '
EOF
'

test_expect_success POSIXPERM 'get: use xdg file if home file is unreadable' '
test_expect_success POSIXPERM,SANITY '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" &&
Expand Down

0 comments on commit e9da4e6

Please sign in to comment.