diff options
-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; |