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

Commitc62b844

Browse files
committed
Adjust to latest Msys2 kernel release number
Previously 'uname -r' on Msys2 reported a kernele release starting with2. The latest version starts with 3. In commit1638623 we specificallylooked for one starting with 2. This is now changed to look for anydigit between 2 and 9.backpatch to release 10.
1 parentacb96eb commitc62b844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_dump/t/010_dump_connstr.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use TestLib;
66
use Test::More;
77

8-
if ($^Oeq'msys' &&`uname -or` =~/^2.*Msys/)
8+
if ($^Oeq'msys' &&`uname -or` =~/^[2-9].*Msys/)
99
{
1010
planskip_all=>'High bit name tests fail on Msys2';
1111
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp