From 5bd9160f27420ab1a2fb54458d84606b1527a15c Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sun, 3 Mar 2019 19:15:47 -0500 Subject: [PATCH] fix thinko in logrotate test --- src/bin/pg_ctl/t/004_logrotate.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0