projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
d611175
)
fix thinko in logrotate test
author
Andrew Dunstan
<
[email protected]
>
Mon, 4 Mar 2019 00:15:47 +0000
(19:15 -0500)
committer
Andrew Dunstan
<
[email protected]
>
Mon, 4 Mar 2019 00:15:47 +0000
(19:15 -0500)
src/bin/pg_ctl/t/004_logrotate.pl
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_ctl/t/004_logrotate.pl
b/src/bin/pg_ctl/t/004_logrotate.pl
index 184728bdb361e2b6daf15e059b67751467dc457d..e84319d36586fd5851c2aba56bb05db44fbeecc2 100644
(file)
--- 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)