fix thinko in logrotate test

This commit is contained in:
Andrew Dunstan 2019-03-03 19:15:47 -05:00
parent d611175e53
commit 5bd9160f27
1 changed files with 1 additions and 1 deletions

View 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)