summaryrefslogtreecommitdiff
path: root/src/test/recovery
diff options
context:
space:
mode:
authorPeter Eisentraut2018-04-26 18:13:46 +0000
committerPeter Eisentraut2018-04-27 15:37:43 +0000
commit76ece169746f50652771a9fa9adc66d207e9d6f7 (patch)
treeda27731b6e0f280baade6b9ec5f0b6929a2dbf22 /src/test/recovery
parentd4f16d50713077e69f8833df6b99d1eab0be1c33 (diff)
perltidy: Add option --nooutdent-long-comments
Diffstat (limited to 'src/test/recovery')
-rw-r--r--src/test/recovery/t/006_logical_decoding.pl2
-rw-r--r--src/test/recovery/t/011_crash_recovery.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/recovery/t/006_logical_decoding.pl b/src/test/recovery/t/006_logical_decoding.pl
index 588c71eda37..ff1ea0ead95 100644
--- a/src/test/recovery/t/006_logical_decoding.pl
+++ b/src/test/recovery/t/006_logical_decoding.pl
@@ -108,7 +108,7 @@ $node_master->safe_psql('otherdb',
SKIP:
{
- # some Windows Perls at least don't like IPC::Run's start/kill_kill regime.
+ # some Windows Perls at least don't like IPC::Run's start/kill_kill regime.
skip "Test fails on Windows perl", 2 if $Config{osname} eq 'MSWin32';
my $pg_recvlogical = IPC::Run::start(
diff --git a/src/test/recovery/t/011_crash_recovery.pl b/src/test/recovery/t/011_crash_recovery.pl
index 7afa94a8274..6fe4786ed6a 100644
--- a/src/test/recovery/t/011_crash_recovery.pl
+++ b/src/test/recovery/t/011_crash_recovery.pl
@@ -10,7 +10,7 @@ use Config;
if ($Config{osname} eq 'MSWin32')
{
- # some Windows Perls at least don't like IPC::Run's start/kill_kill regime.
+ # some Windows Perls at least don't like IPC::Run's start/kill_kill regime.
plan skip_all => "Test fails on Windows perl";
}
else