We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5daf682 commit 863fa43Copy full SHA for 863fa43
src/test/perl/TestLib.pm
@@ -560,6 +560,7 @@ sub check_pg_config
560
\$stdout, '2>', \$stderr
561
or die "could not execute pg_config";
562
chomp($stdout);
563
+ $stdout =~ s/\r$//;
564
565
open my $pg_config_h, '<', "$stdout/pg_config.h" or die "$!";
566
my $match = (grep { /^$regexp/ } <$pg_config_h>);
0 commit comments