diff options
Diffstat (limited to 'contrib/amcheck/t/002_cic.pl')
-rw-r--r-- | contrib/amcheck/t/002_cic.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/amcheck/t/002_cic.pl b/contrib/amcheck/t/002_cic.pl index f6b91e89ad3..d604def0d02 100644 --- a/contrib/amcheck/t/002_cic.pl +++ b/contrib/amcheck/t/002_cic.pl @@ -9,7 +9,7 @@ use Config; use PostgreSQL::Test::Cluster; use PostgreSQL::Test::Utils; -use Test::More tests => 3; +use Test::More; my ($node, $result); |