remove newline from matching pattern

This commit is contained in:
Daniel Stenberg 2004-04-29 13:31:57 +00:00
parent 7548115a0e
commit da91d6ac66
1 changed files with 1 additions and 0 deletions

View File

@ -1128,6 +1128,7 @@ sub singletest {
for(@strip) {
# strip all patterns from both arrays
chomp $_;
@out = striparray( $_, \@out);
@protstrip= striparray( $_, \@protstrip);
}