From: Andrew Dunstan Date: Mon, 4 Mar 2019 00:15:47 +0000 (-0500) Subject: fix thinko in logrotate test X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=5bd9160f27420ab1a2fb54458d84606b1527a15c;p=users%2Frhaas%2Fpostgres.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 184728bdb3..e84319d365 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)