diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-25 14:00:19 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-25 14:00:19 -0400 |
commit | f04d4ac919b9ae9b57e977523e4b40979aa8b951 (patch) | |
tree | ea104f87f210c15479c92bc5f4dd8c06f7a30583 /src/bin/pg_rewind/t/002_databases.pl | |
parent | 46cda5bf7bc209554b3c1bbb3040b45735387e0c (diff) |
Reindent Perl files with perltidy version 20170521.
Discussion: https://postgr.es/m/CABUevEzK3cNiHZQ18f5tK0guoT+cN_jWeVzhYYxY=r+1Q3SmoA@mail.gmail.com
Diffstat (limited to 'src/bin/pg_rewind/t/002_databases.pl')
-rw-r--r-- | src/bin/pg_rewind/t/002_databases.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bin/pg_rewind/t/002_databases.pl b/src/bin/pg_rewind/t/002_databases.pl index c364965d3ae..bef0e173dca 100644 --- a/src/bin/pg_rewind/t/002_databases.pl +++ b/src/bin/pg_rewind/t/002_databases.pl @@ -43,9 +43,10 @@ template1 'database names'); # Permissions on PGDATA should have group permissions - SKIP: + SKIP: { - skip "unix-style permissions not supported on Windows", 1 if ($windows_os); + skip "unix-style permissions not supported on Windows", 1 + if ($windows_os); ok(check_mode_recursive($node_master->data_dir(), 0750, 0640), 'check PGDATA permissions'); |