diff --git a/tests/runtests.pl b/tests/runtests.pl index 2d9a97ed99..9ab962fe64 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1128,6 +1128,7 @@ sub singletest { for(@strip) { # strip all patterns from both arrays + chomp $_; @out = striparray( $_, \@out); @protstrip= striparray( $_, \@protstrip); }