diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-11-01 00:36:55 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-11-01 00:36:55 +0000 |
commit | 16897354bcbb2afbc81d0d985a940dbe37cac986 (patch) | |
tree | 0c2ba3b67b2a429397a39aa04ee8f6f170f0fb8f /tests/data/test1013 | |
parent | 823a0454a6e2d3d37862a4dc2867c22b073b9f84 (diff) |
Added test case 1013 to check that curl-config --protocols matches the
protocols listed in curl --version
Diffstat (limited to 'tests/data/test1013')
-rw-r--r-- | tests/data/test1013 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/data/test1013 b/tests/data/test1013 new file mode 100644 index 000000000..32b4bfefa --- /dev/null +++ b/tests/data/test1013 @@ -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/stdout1013 +</postcheck> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<errorcode> +2 +</errorcode> +</verify> +</testcase> |