We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 362de91 + b3b8ceb commit f2b4626Copy full SHA for f2b4626
2 files changed
t/t0070-fundamental.sh
@@ -17,7 +17,7 @@ test_expect_success 'mktemp to nonexistent directory prints filename' '
17
grep "doesnotexist/test" err
18
'
19
20
-test_expect_success POSIXPERM 'mktemp to unwritable directory prints filename' '
+test_expect_success POSIXPERM,SANITY 'mktemp to unwritable directory prints filename' '
21
mkdir cannotwrite &&
22
chmod -w cannotwrite &&
23
test_when_finished "chmod +w cannotwrite" &&
templates/hooks--pre-push.sample
100644
100755
0 commit comments