aboutsummaryrefslogtreecommitdiff
path: root/src/test/recovery/t/014_unlogged_reinit.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/recovery/t/014_unlogged_reinit.pl')
-rw-r--r--src/test/recovery/t/014_unlogged_reinit.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/t/014_unlogged_reinit.pl b/src/test/recovery/t/014_unlogged_reinit.pl
index 103c0a2b91c..ee05e1a1ee1 100644
--- a/src/test/recovery/t/014_unlogged_reinit.pl
+++ b/src/test/recovery/t/014_unlogged_reinit.pl
@@ -30,7 +30,7 @@ ok(-f "$pgdata/$baseUnloggedPath", 'main fork in base exists');
my $tablespaceDir = TestLib::tempdir;
-my $realTSDir = TestLib::real_dir($tablespaceDir);
+my $realTSDir = TestLib::perl2host($tablespaceDir);
$node->safe_psql('postgres', "CREATE TABLESPACE ts1 LOCATION '$realTSDir'");
$node->safe_psql('postgres',