aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-13 22:14:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-13 22:14:53 +0000
commit048e6545142a0d15516d0036ff714e9dc422c80b (patch)
tree06bd24ec3e18df0f238c63db2ae41a0905d72a1d /tests/runtests.pl
parentdfbd45142d5a701676920003c1633b1c7383f81f (diff)
made 'X to Y' sequences not include X twice
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
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);