diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-07-15 11:41:21 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-15 11:41:21 -0700 |
commit | e9da4e6ff2768700e707d79122c992665bc03bd2 (patch) | |
tree | c75e2b686d0f381c3e40b45982214bb64e53d516 /t/t0302-credential-store.sh | |
parent | Merge branch 'me/fetch-into-shallow-safety' into maint (diff) | |
parent | t0302: "unreadable" test needs SANITY prereq (diff) | |
download | tgif-e9da4e6ff2768700e707d79122c992665bc03bd2.tar.xz |
Merge branch 'pt/t0302-needs-sanity' into maint
* pt/t0302-needs-sanity:
t0302: "unreadable" test needs SANITY prereq
Diffstat (limited to 't/t0302-credential-store.sh')
-rwxr-xr-x | t/t0302-credential-store.sh | 2 |
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" && |