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 executablemaint
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" &&
|
||||
|
|
Loading…
Reference in New Issue