We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eca143b + 329af6c commit e9da4e6Copy full SHA for e9da4e6
t/t0302-credential-store.sh
@@ -75,7 +75,7 @@ test_expect_success 'get: use xdg file if home file has no matches' '
75
EOF
76
'
77
78
-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' '
79
echo "https://home-user:home-pass@example.com" >"$HOME/.git-credentials" &&
80
chmod -r "$HOME/.git-credentials" &&
81
mkdir -p "$HOME/.config/git" &&
0 commit comments