зеркало из https://github.com/microsoft/git.git
Merge branch 'maint'
* maint: t0070 "mktemp to unwritable directory" needs SANITY pre-push.sample: Make the script executable
This commit is contained in:
Коммит
4d1c565e1f
|
@ -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" &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче