>> # expected: content
 >> # default-handler subrequest
 >> # more content
 >> # filter
 >
 >> # received: content
 >> # default-handler subrequest
 >> # more content
 >> # filter
 >
 >> not ok 1
 >
 >hrm, those look the same to me.  I guess it's a case of a missing or added
 >newline?
 >
 >> Architecture:   64-bit
 >
 >hmm... I know nothing of 64 bit architectures, but this is the only thing
 >that jumped out at me.  any chance that 64 bit needs some newline munging
 >like we do on win32?
 >
 >--Geoff
 >

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

-----------------------------------------------------------------
http://ide.li/ - Иде.ли? - портал за българите в 
чужбина. Новини, мнения, снимки, български 
филми, и още...

Reply via email to