summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-06-24 12:21:57 -0700
committerJunio C Hamano <gitster@pobox.com>2015-06-24 12:21:57 -0700
commitb3689ce31ca24ef945299317dd3283533125baee (patch)
tree9c66facf69706a36420a247b7b9644ee20f26cf7
parentb79bbed185403abfe9ae1b8fc14bb94ae3b1f8cb (diff)
parent329af6ca7d9829343846ad53423faf3e827077d6 (diff)
downloadgit-b3689ce31ca24ef945299317dd3283533125baee.tar.gz
Merge branch 'pt/t0302-needs-sanity'
* pt/t0302-needs-sanity: t0302: "unreadable" test needs SANITY prereq
-rwxr-xr-xt/t0302-credential-store.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0302-credential-store.sh b/t/t0302-credential-store.sh
index 0979df93a1..1d8d1f210b 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 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" &&