Commit da91d6ac authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

remove newline from matching pattern

parent 7548115a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1128,6 +1128,7 @@ sub singletest {

        for(@strip) {
            # strip all patterns from both arrays
            chomp $_;
            @out = striparray( $_, \@out);
            @protstrip= striparray( $_, \@protstrip);
        }