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
This commit is contained in:
commit
f2b4626d9e
@ -17,7 +17,7 @@ test_expect_success 'mktemp to nonexistent directory prints filename' '
|
||||
grep "doesnotexist/test" err
|
||||
'
|
||||
|
||||
test_expect_success POSIXPERM 'mktemp to unwritable directory prints filename' '
|
||||
test_expect_success POSIXPERM,SANITY 'mktemp to unwritable directory prints filename' '
|
||||
mkdir cannotwrite &&
|
||||
chmod -w cannotwrite &&
|
||||
test_when_finished "chmod +w cannotwrite" &&
|
||||
|
0
templates/hooks--pre-push.sample
Normal file → Executable file
0
templates/hooks--pre-push.sample
Normal file → Executable file
Loading…
Reference in New Issue
Block a user