Commit 44bd9584 authored by Teodor Sigaev's avatar Teodor Sigaev

Fix count of skipped test of basebackup on Windows

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

David Steel
parent 920a5e50
...@@ -183,7 +183,7 @@ unlink "$pgdata/$superlongname"; ...@@ -183,7 +183,7 @@ unlink "$pgdata/$superlongname";
# skip on Windows. # skip on Windows.
SKIP: 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. # Move pg_replslot out of $pgdata and create a symlink to it.
$node->stop; $node->stop;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment