diff options
Diffstat (limited to 'tests/data/test1441')
-rw-r--r-- | tests/data/test1441 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/data/test1441 b/tests/data/test1441 new file mode 100644 index 000000000..6e253a690 --- /dev/null +++ b/tests/data/test1441 @@ -0,0 +1,31 @@ +<testcase> +<info> +<keywords> +--write-out +</keywords> +</info> +# Server-side +<reply> +</reply> + +# Client-side +<client> +<server> +file +</server> + +<name> +Check --write-out with trailing % +</name> +<command> +file://localhost/%PWD/log/ --write-out '%' +</command> +</client> + +# Verify data +<verify> +<stdout nonewline="yes"> +% +</stdout> +</verify> +</testcase> |