diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-24 11:30:34 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-24 11:30:34 +0100 |
commit | 50b51161c9ae3833489d2bf42b43fced46ab5587 (patch) | |
tree | 044652df0c754be2503d92582bc3bb941e3e0b02 /tests | |
parent | 661888c303865aa5e810900c5ec71a9fbc86bd60 (diff) |
s/CVS/DEV/ in the version string for repo versions
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/libtest/test1022.pl | 2 |
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; |