diff options
author | Andrew Dunstan | 2019-03-04 00:15:47 +0000 |
---|---|---|
committer | Andrew Dunstan | 2019-03-04 00:15:47 +0000 |
commit | 5bd9160f27420ab1a2fb54458d84606b1527a15c (patch) | |
tree | e31e983bc96ffeea5dc687555b7eec4151b279a4 | |
parent | d611175e531b9e09f2f497d7338fff73dd8f2c49 (diff) |
fix thinko in logrotate test
-rw-r--r-- | src/bin/pg_ctl/t/004_logrotate.pl | 2 |
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 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) |