mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Skip some permissions checks on Cygwin
These are checks that are already skipped on other Windows systems. Backpatch to all live branches, as appropriate.
This commit is contained in:
@@ -79,7 +79,8 @@ $logFileName = "$tempdir/data/perm-test-640.log";
|
||||
|
||||
SKIP:
|
||||
{
|
||||
skip "group access not supported on Windows", 3 if ($windows_os);
|
||||
skip "group access not supported on Windows", 3
|
||||
if ($windows_os || $Config::Config{osname} eq 'cygwin');
|
||||
|
||||
system_or_bail 'pg_ctl', 'stop', '-D', "$tempdir/data";
|
||||
|
||||
|
Reference in New Issue
Block a user