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