made 'X to Y' sequences not include X twice
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Mar 2001 22:14:53 +0000 (22:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 Mar 2001 22:14:53 +0000 (22:14 +0000)
tests/runtests.pl

index 9c51c83..8ea55c8 100755 (executable)
@@ -619,7 +619,7 @@ EOHELP
         }
     }
     elsif($ARGV[0] =~ /^to$/i) {
-        $fromnum = $number;
+        $fromnum = $number+1;
     }
 } while(shift @ARGV);