aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/data/test14406
-rw-r--r--tests/data/test14416
2 files changed, 10 insertions, 2 deletions
diff --git a/tests/data/test1440 b/tests/data/test1440
index 7ed0c4d5f..e87cafb08 100644
--- a/tests/data/test1440
+++ b/tests/data/test1440
@@ -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>
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>