summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-24 11:30:34 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-24 11:30:34 +0100
commit50b51161c9ae3833489d2bf42b43fced46ab5587 (patch)
tree044652df0c754be2503d92582bc3bb941e3e0b02 /tests
parent661888c303865aa5e810900c5ec71a9fbc86bd60 (diff)
downloadcurl-50b51161c9ae3833489d2bf42b43fced46ab5587.tar.gz
s/CVS/DEV/ in the version string for repo versions
Diffstat (limited to 'tests')
-rwxr-xr-xtests/libtest/test1022.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/test1022.pl b/tests/libtest/test1022.pl
index fad024e19..a3f318abb 100755
--- a/tests/libtest/test1022.pl
+++ b/tests/libtest/test1022.pl
@@ -12,7 +12,7 @@ my $what=$ARGV[2];
open(CURL, "$ARGV[1]") || die "Can't open curl --version list in $ARGV[1]\n";
$_ = <CURL>;
chomp;
-/libcurl\/([\.\d]+(-CVS)?)/;
+/libcurl\/([\.\d]+(-DEV)?)/;
my $version = $1;
close CURL;