aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2019-03-03 19:15:47 -0500
committerAndrew Dunstan <andrew@dunslane.net>2019-03-03 19:15:47 -0500
commit5bd9160f27420ab1a2fb54458d84606b1527a15c (patch)
treee31e983bc96ffeea5dc687555b7eec4151b279a4 /src
parentd611175e531b9e09f2f497d7338fff73dd8f2c49 (diff)
downloadpostgresql-5bd9160f27420ab1a2fb54458d84606b1527a15c.tar.gz
postgresql-5bd9160f27420ab1a2fb54458d84606b1527a15c.zip
fix thinko in logrotate test
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_ctl/t/004_logrotate.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_ctl/t/004_logrotate.pl b/src/bin/pg_ctl/t/004_logrotate.pl
index 184728bdb36..e84319d3658 100644
--- a/src/bin/pg_ctl/t/004_logrotate.pl
+++ b/src/bin/pg_ctl/t/004_logrotate.pl
@@ -3,7 +3,7 @@ use warnings;
use PostgresNode;
use TestLib;
-use Test::More tests => 1;
+use Test::More;
use Time::HiRes qw(usleep);
if ($windows_os)