Skip to content

Commit e94a9af

Browse files
committed
Use older package name in pg_basebackup test
Commit 83ed4de inadvertently used the new package names. In version 14 or older, use TestLib intead of using PostgreSQL::Test::Utils
1 parent 088e395 commit e94a9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_basebackup/t/010_pg_basebackup.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
# Tar format doesn't support filenames longer than 100 bytes.
200200
# Create the test file via a short name directory so it doesn't blow the
201201
# Windows path limit.
202-
my $lftmp = PostgreSQL::Test::Utils::tempdir_short;
202+
my $lftmp = TestLib::tempdir_short;
203203
dir_symlink "$pgdata", "$lftmp/pgdata";
204204
my $superlongname = "superlongname_" . ("x" x 100);
205205
my $superlongpath = "$lftmp/pgdata/$superlongname";

0 commit comments

Comments
 (0)