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 054c64bf..7e066fd4 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -4349,6 +4349,7 @@ sub singletest { # what parts to cut off from the protocol my @strippart = getpart("verify", "strippart"); my $strip; + @strippart = fixarray(@strippart); for $strip (@strippart) { chomp $strip; for(@out) { |
