diff options
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-x | tests/runtests.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 2d9a97ed9..9ab962fe6 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); } |