summaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test
diff options
context:
space:
mode:
authorAndrew Dunstan2022-02-17 14:59:59 +0000
committerAndrew Dunstan2022-02-17 14:59:59 +0000
commitf1ac4a74dee5ac0c89612fe2ac6e48082edbec23 (patch)
tree32756dbd0a3a69b6fb73afe3b724103b902832cd /src/test/perl/PostgreSQL/Test
parent19252e8ec938bf07897c1519f367d0467a39242c (diff)
Disable perl2host() processing in TAP tests
This is a preliminary step towards removing it altogether, but this lets us double check that nothing breaks in the buildfarm before we do. Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/test/perl/PostgreSQL/Test')
-rw-r--r--src/test/perl/PostgreSQL/Test/Utils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/perl/PostgreSQL/Test/Utils.pm b/src/test/perl/PostgreSQL/Test/Utils.pm
index 57fcb24089..31e2b0315e 100644
--- a/src/test/perl/PostgreSQL/Test/Utils.pm
+++ b/src/test/perl/PostgreSQL/Test/Utils.pm
@@ -311,7 +311,7 @@ The returned path uses forward slashes but has no trailing slash.
sub perl2host
{
my ($subject) = @_;
- return $subject unless $Config{osname} eq 'msys';
+ return $subject;
if ($is_msys2)
{
# get absolute, windows type path