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 ca0b382 commit b60f9afCopy full SHA for b60f9af
src/test/perl/TestLib.pm
@@ -388,6 +388,7 @@ sub check_pg_config
388
\$stdout, '2>', \$stderr
389
or die "could not execute pg_config";
390
chomp($stdout);
391
+ $stdout =~ s/\r$//;
392
393
open my $pg_config_h, '<', "$stdout/pg_config.h" or die "$!";
394
my $match = (grep { /^$regexp/ } <$pg_config_h>);
0 commit comments