1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

fix thinko in logrotate test

This commit is contained in:
Andrew Dunstan 2019-03-03 19:15:47 -05:00
parent d611175e53
commit 5bd9160f27

View File

@ -3,7 +3,7 @@ use warnings;
use PostgresNode; use PostgresNode;
use TestLib; use TestLib;
use Test::More tests => 1; use Test::More;
use Time::HiRes qw(usleep); use Time::HiRes qw(usleep);
if ($windows_os) if ($windows_os)