aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_amcheck/t/001_basic.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_amcheck/t/001_basic.pl')
-rw-r--r--src/bin/pg_amcheck/t/001_basic.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_amcheck/t/001_basic.pl b/src/bin/pg_amcheck/t/001_basic.pl
index 6f60e3ec1f5..d44fe60a4ca 100644
--- a/src/bin/pg_amcheck/t/001_basic.pl
+++ b/src/bin/pg_amcheck/t/001_basic.pl
@@ -4,7 +4,7 @@
use strict;
use warnings;
-use TestLib;
+use PostgreSQL::Test::Utils;
use Test::More tests => 8;
program_help_ok('pg_amcheck');