aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1441
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1441')
-rw-r--r--tests/data/test14416
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/data/test1441 b/tests/data/test1441
index 6e253a690..8d841df5d 100644
--- a/tests/data/test1441
+++ b/tests/data/test1441
@@ -2,6 +2,7 @@
<info>
<keywords>
--write-out
+FILE
</keywords>
</info>
# Server-side
@@ -18,12 +19,15 @@ file
Check --write-out with trailing %
</name>
<command>
-file://localhost/%PWD/log/ --write-out '%'
+file://localhost/%PWD/log/non-existent-file.txt --write-out '%'
</command>
</client>
# Verify data
<verify>
+<errorcode>
+37
+</errorcode>
<stdout nonewline="yes">
%
</stdout>