Skip to content

Commit f1ac4a7

Browse files
committed
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/0ba775a2-8aa0-0d56-d780-69427cf6f33d@dunslane.net
1 parent 19252e8 commit f1ac4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/perl/PostgreSQL/Test/Utils.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ The returned path uses forward slashes but has no trailing slash.
311311
sub perl2host
312312
{
313313
my ($subject) = @_;
314-
return $subject unless $Config{osname} eq 'msys';
314+
return $subject;
315315
if ($is_msys2)
316316
{
317317
# get absolute, windows type path

0 commit comments

Comments
 (0)