Added tests 1022 and 1023 to validate output of curl-config --version and

--vernum
This commit is contained in:
Dan Fandrich
2008-02-08 01:21:03 +00:00
parent d76a74cc5e
commit ce1649564c
5 changed files with 54 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
#!/usr/bin/env perl
# Determine if curl-config --protocols matches the curl --version protocols
# Determine if curl-config --protocols/--features matches the
# curl --version protocols/features
if ( $#ARGV != 2 )
{
print "Usage: $0 curl-config-script curl-features-file features|protocols\n";
print "Usage: $0 curl-config-script curl-version-output-file features|protocols\n";
exit 3;
}