Merge branch 'pt/t0302-needs-sanity' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Jul 2015 18:41:21 +0000 (11:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jul 2015 18:41:21 +0000 (11:41 -0700)
* pt/t0302-needs-sanity:
t0302: "unreadable" test needs SANITY prereq

t/t0302-credential-store.sh
index 0979df93a1062020e92fa55a780678e20db4f9db..1d8d1f210b99e888fa39da14f73aef19eaf338b5 100755 (executable)
@@ -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" &&