diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-11-01 03:09:27 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-11-01 03:09:27 +0000 |
commit | 6f33531861c02602446c7d2d30e0aaff271557f4 (patch) | |
tree | 1521f0da3c07f2fe7d2906af2c488dec7c3a41e1 /tests/data/test1014 | |
parent | 16897354bcbb2afbc81d0d985a940dbe37cac986 (diff) |
Added test case 1014 to compare curl-config --features with curl --version
Diffstat (limited to 'tests/data/test1014')
-rw-r--r-- | tests/data/test1014 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/data/test1014 b/tests/data/test1014 new file mode 100644 index 000000000..fa61c70a3 --- /dev/null +++ b/tests/data/test1014 @@ -0,0 +1,31 @@ +<testcase> +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +none +</server> + <name> +Compare curl --version with curl-config --features + </name> + <command> +--version +</command> +<postcheck> +%SRCDIR/libtest/test1013.pl ../curl-config log/stdout1014 features +</postcheck> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<errorcode> +2 +</errorcode> +</verify> +</testcase> |