fix thinko in logrotate test
authorAndrew Dunstan <[email protected]>
Mon, 4 Mar 2019 00:15:47 +0000 (19:15 -0500)
committerAndrew Dunstan <[email protected]>
Mon, 4 Mar 2019 00:15:47 +0000 (19:15 -0500)
src/bin/pg_ctl/t/004_logrotate.pl

index 184728bdb361e2b6daf15e059b67751467dc457d..e84319d36586fd5851c2aba56bb05db44fbeecc2 100644 (file)
@@ -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)