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

@@ -42,7 +42,7 @@ CURL_TESTDIR=%PWD/log
ftp://%HOSTIP:%FTPPORT/path/file1361 -O -i -D log/heads1361
</command>
<postcheck>
perl %SRCDIR/libtest/notexists.pl %PWD/log/name1361
perl %SRCDIR/libtest/notexists.pl log/name1361
</postcheck>
</client>