Skip to content
Snippets Groups Projects
Commit 44bd9584 authored by Teodor Sigaev's avatar Teodor Sigaev
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment