diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-13 22:14:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-13 22:14:53 +0000 |
commit | 048e6545142a0d15516d0036ff714e9dc422c80b (patch) | |
tree | 06bd24ec3e18df0f238c63db2ae41a0905d72a1d /tests | |
parent | dfbd45142d5a701676920003c1633b1c7383f81f (diff) |
made 'X to Y' sequences not include X twice
Diffstat (limited to 'tests')
-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); |