From 50b51161c9ae3833489d2bf42b43fced46ab5587 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 24 Mar 2010 11:30:34 +0100 Subject: s/CVS/DEV/ in the version string for repo versions --- tests/libtest/test1022.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/test1022.pl') 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"; $_ = ; chomp; -/libcurl\/([\.\d]+(-CVS)?)/; +/libcurl\/([\.\d]+(-DEV)?)/; my $version = $1; close CURL; -- cgit v1.2.3