Skip to content

Commit f2b4626

Browse files
committed
Merge branch 'maint-1.8.2' into maint
* maint-1.8.2: t0070 "mktemp to unwritable directory" needs SANITY pre-push.sample: Make the script executable
2 parents 362de91 + b3b8ceb commit f2b4626

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

t/t0070-fundamental.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test_expect_success 'mktemp to nonexistent directory prints filename' '
1717
grep "doesnotexist/test" err
1818
'
1919

20-
test_expect_success POSIXPERM 'mktemp to unwritable directory prints filename' '
20+
test_expect_success POSIXPERM,SANITY 'mktemp to unwritable directory prints filename' '
2121
mkdir cannotwrite &&
2222
chmod -w cannotwrite &&
2323
test_when_finished "chmod +w cannotwrite" &&

templates/hooks--pre-push.sample

100644100755
File mode changed.

0 commit comments

Comments
 (0)