projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
920a5e5
)
Fix count of skipped test of basebackup on Windows
author
Teodor Sigaev
Tue, 27 Mar 2018 14:40:56 +0000
(17:40 +0300)
committer
Teodor Sigaev
Tue, 27 Mar 2018 14:40:56 +0000
(17:40 +0300)
Commit
920a5e500a119b03356fb1fb64a677eb1aa5fc6f
add tests which should be
skipped on Windows boxes, but patch doesn't contain right count of them.
David Steel
src/bin/pg_basebackup/t/010_pg_basebackup.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/t/010_pg_basebackup.pl
b/src/bin/pg_basebackup/t/010_pg_basebackup.pl
index e6018de0543dd6714092be88169604d245f1a0a7..32d21ce644248cfd76b294fd8347e0a3164e8719 100644
(file)
--- 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", 1
5
if ($windows_os);
+ skip "symlinks not supported on Windows", 1
7
if ($windows_os);
# Move pg_replslot out of $pgdata and create a symlink to it.
$node->stop;