Skip to content

Commit b3689ce

Browse files
committed
Merge branch 'pt/t0302-needs-sanity'
* pt/t0302-needs-sanity: t0302: "unreadable" test needs SANITY prereq
2 parents b79bbed + 329af6c commit b3689ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0302-credential-store.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test_expect_success 'get: use xdg file if home file has no matches' '
7575
EOF
7676
'
7777

78-
test_expect_success POSIXPERM 'get: use xdg file if home file is unreadable' '
78+
test_expect_success POSIXPERM,SANITY 'get: use xdg file if home file is unreadable' '
7979
echo "https://home-user:[email protected]" >"$HOME/.git-credentials" &&
8080
chmod -r "$HOME/.git-credentials" &&
8181
mkdir -p "$HOME/.config/git" &&

0 commit comments

Comments
 (0)