diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test1022 | 37 | ||||
-rw-r--r-- | tests/data/test1023 | 37 |
2 files changed, 74 insertions, 0 deletions
diff --git a/tests/data/test1022 b/tests/data/test1022 new file mode 100644 index 000000000..c7727cbb5 --- /dev/null +++ b/tests/data/test1022 @@ -0,0 +1,37 @@ +<testcase> +<info> +<keywords> +curl-config +</keywords> +</info> + +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +none +</server> + <name> +Compare curl --version with curl-config --version + </name> + <command> +--version +</command> +<postcheck> +%SRCDIR/libtest/test1022.pl ../curl-config log/stdout1022 version +</postcheck> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<errorcode> +2 +</errorcode> +</verify> +</testcase> diff --git a/tests/data/test1023 b/tests/data/test1023 new file mode 100644 index 000000000..1ef9b8784 --- /dev/null +++ b/tests/data/test1023 @@ -0,0 +1,37 @@ +<testcase> +<info> +<keywords> +curl-config +</keywords> +</info> + +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +none +</server> + <name> +Compare curl --version with curl-config --vernum + </name> + <command> +--version +</command> +<postcheck> +%SRCDIR/libtest/test1022.pl ../curl-config log/stdout1023 vernum +</postcheck> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<errorcode> +2 +</errorcode> +</verify> +</testcase> |