mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove most msys special processing in TAP tests
Following migration of Windows buildfarm members running TAP tests to use of ucrt64 perl for those tests, special processing for msys perl is no longer necessary and so is removed. Backpatch to release 10 Discussion: https://postgr.es/m/c65a8781-77ac-ea95-d185-6db291e1baeb@dunslane.net
This commit is contained in:
@ -115,7 +115,6 @@ sub check_query
|
||||
}
|
||||
else
|
||||
{
|
||||
$stdout =~ s/\r\n/\n/g if $Config{osname} eq 'msys';
|
||||
is($stdout, $expected_stdout, "$test_name: query result matches");
|
||||
}
|
||||
return;
|
||||
|
Reference in New Issue
Block a user