We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088e395 commit e94a9afCopy full SHA for e94a9af
src/bin/pg_basebackup/t/010_pg_basebackup.pl
@@ -199,7 +199,7 @@
199
# Tar format doesn't support filenames longer than 100 bytes.
200
# Create the test file via a short name directory so it doesn't blow the
201
# Windows path limit.
202
-my $lftmp = PostgreSQL::Test::Utils::tempdir_short;
+my $lftmp = TestLib::tempdir_short;
203
dir_symlink "$pgdata", "$lftmp/pgdata";
204
my $superlongname = "superlongname_" . ("x" x 100);
205
my $superlongpath = "$lftmp/pgdata/$superlongname";
0 commit comments