Commit db900ab7 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

test1440/1: depend on well-defined file: behaviour

Depend on the known behaviour of URLs for nonexistent files rather than
the undefined behaviour of URLs for directories (which fails on Windows).
The test isn't about file: URLs at all, so the URL used doesn't really
matter.
parent 3863de57
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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>
+5 −1
Original line number Diff line number Diff line
@@ -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>