tests 1348 to 1363: test definition polishing

Verify that the "Saved to filename 'blabla'" message is only displayed when
the 'blabla' filename being used _actually_ has been specified by the server
in the Content-Disposition header.

Use relative path for unintended file creation postcheck.
This commit is contained in:
Yang Tse
2012-06-07 15:26:03 +02:00
parent 00fddba672
commit 430791616b
18 changed files with 16 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ CURL_TESTDIR=%PWD/log
ftp://%HOSTIP:%FTPPORT/path/file1359 -O -J -D log/heads1359
</command>
<postcheck>
perl %SRCDIR/libtest/notexists.pl %PWD/log/name1359
perl %SRCDIR/libtest/notexists.pl log/name1359
</postcheck>
</client>
@@ -95,7 +95,6 @@ s/^(229 Entering Passive Mode \().*(\).*)/${1}stripped${2}/
</stripfile2>
<file3 name="log/stdout1359">
curl: Saved to filename '%PWD/log/file1359'
</file3>
</verify>