> Yes, the test passes when I change > $received =~ s{\r}{}g if Apache::TestConfig::WIN32; > to > $received =~ s{\r}{}g;# if Apache::TestConfig::WIN32; > > but I have no idea why \r appears on linux
I'll bet it's something triggered in APR based on some 64 bit compile flag. probably a mistake, too. I'll look into it. thanks for the proper bug report :) --Geoff