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