From 048e6545142a0d15516d0036ff714e9dc422c80b Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 13 Mar 2001 22:14:53 +0000
Subject: [PATCH] made 'X to Y' sequences not include X twice

---
 tests/runtests.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/runtests.pl b/tests/runtests.pl
index 9c51c83ffc..8ea55c8b81 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);
 
-- 
GitLab