mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
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:
parent
920a5e500a
commit
44bd95846a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user