diff --git a/src/bin/pg_validatebackup/t/003_corruption.pl b/src/bin/pg_validatebackup/t/003_corruption.pl index 787fdde004..0a1533bd61 100644 --- a/src/bin/pg_validatebackup/t/003_corruption.pl +++ b/src/bin/pg_validatebackup/t/003_corruption.pl @@ -15,7 +15,7 @@ $master->start; # Include a user-defined tablespace in the hopes of detecting problems in that # area. -my $source_ts_path = TestLib::tempdir; +my $source_ts_path = TestLib::tempdir_short; $master->safe_psql('postgres', <backup_dir . '/' . $name; - my $backup_ts_path = TestLib::tempdir; + my $backup_ts_path = TestLib::tempdir_short; $master->command_ok(['pg_basebackup', '-D', $backup_path, '--no-sync', '-T', "${source_ts_path}=${backup_ts_path}"], "base backup ok");