From: Daniel Stenberg <daniel@haxx.se> Date: Tue, 13 Mar 2001 22:14:53 +0000 (+0000) Subject: made 'X to Y' sequences not include X twice X-Git-Tag: curl-7_7-beta3~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=048e6545142a0d15516d0036ff714e9dc422c80b;p=curl made 'X to Y' sequences not include X twice --- 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);