diff options
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 9c51c83ff..8ea55c8b8 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -619,7 +619,7 @@ EOHELP } } elsif($ARGV[0] =~ /^to$/i) { - $fromnum = $number; + $fromnum = $number+1; } } while(shift @ARGV); |