aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2022-02-20 11:49:33 -0500
committerAndrew Dunstan <andrew@dunslane.net>2022-02-20 11:49:33 -0500
commita5716baac00b68e6cf0720047dddfe8892c8033e (patch)
tree138402b4337512b685bbda3093b6a1a51b1e63a9 /src/bin/pg_rewind
parentc27aa21e0dc89484fec38cd4e2189c6c1a5cf251 (diff)
downloadpostgresql-a5716baac00b68e6cf0720047dddfe8892c8033e.tar.gz
postgresql-a5716baac00b68e6cf0720047dddfe8892c8033e.zip
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
Diffstat (limited to 'src/bin/pg_rewind')
-rw-r--r--src/bin/pg_rewind/t/RewindTest.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/t/RewindTest.pm b/src/bin/pg_rewind/t/RewindTest.pm
index 422a563517d..c0c236636ba 100644
--- a/src/bin/pg_rewind/t/RewindTest.pm
+++ b/src/bin/pg_rewind/t/RewindTest.pm
@@ -112,7 +112,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;