From: Andrew Dunstan Date: Mon, 4 Mar 2019 00:15:47 +0000 (-0500) Subject: fix thinko in logrotate test X-Git-Tag: REL_12_BETA1~629 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bd9160f27420ab1a2fb54458d84606b1527a15c;p=thirdparty%2Fpostgresql.git fix thinko in logrotate test --- 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)