diff --git a/tests/runtests.pl b/tests/runtests.pl index 2d9a97ed99ceb49bd6dc707f3218b9fc8df6e22f..9ab962fe6452e8b586a6a009f28e765c3351fa98 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); }