Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf1ac4a7

Browse files
committed
Disable perl2host() processing in TAP tests
This is a preliminary step towards removing it altogether, but this letsus double check that nothing breaks in the buildfarm before we do.Discussion:https://postgr.es/m/0ba775a2-8aa0-0d56-d780-69427cf6f33d@dunslane.net
1 parent19252e8 commitf1ac4a7

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
subperl2host
312312
{
313313
my ($subject) =@_;
314-
return$subjectunless$Config{osname}eq'msys';
314+
return$subject;
315315
if ($is_msys2)
316316
{
317317
# get absolute, windows type path

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp