Fix count of skipped test of basebackup on Windows

Commit 920a5e500a add tests which should be
skipped on Windows boxes, but patch doesn't contain right count of them.

David Steel
This commit is contained in:
Teodor Sigaev 2018-03-27 17:40:56 +03:00
parent 920a5e500a
commit 44bd95846a

View File

@ -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;