From: Teodor Sigaev Date: Tue, 27 Mar 2018 14:40:56 +0000 (+0300) Subject: Fix count of skipped test of basebackup on Windows X-Git-Tag: REL_11_BETA1~469 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44bd95846a526dd1f69bdc78b3832f2d2de77dd4;p=postgresql Fix count of skipped test of basebackup on Windows Commit 920a5e500a119b03356fb1fb64a677eb1aa5fc6f add tests which should be skipped on Windows boxes, but patch doesn't contain right count of them. David Steel --- diff --git a/src/bin/pg_basebackup/t/010_pg_basebackup.pl b/src/bin/pg_basebackup/t/010_pg_basebackup.pl index e6018de054..32d21ce644 100644 --- a/src/bin/pg_basebackup/t/010_pg_basebackup.pl +++ b/src/bin/pg_basebackup/t/010_pg_basebackup.pl @@ -183,7 +183,7 @@ unlink "$pgdata/$superlongname"; # skip on Windows. SKIP: { - skip "symlinks not supported on Windows", 15 if ($windows_os); + skip "symlinks not supported on Windows", 17 if ($windows_os); # Move pg_replslot out of $pgdata and create a symlink to it. $node->stop;