tests 1334 to 1363 revisited.
Add a postcheck section to verify unintended file creation. Remove needless <file> checks in verify section. Renumbering where appropriate.
This commit is contained in:
@@ -41,6 +41,9 @@ CURL_TESTDIR=%PWD/log
|
||||
<command option="no-output,no-include">
|
||||
ftp://%HOSTIP:%FTPPORT/path/file1361 -O -i -D log/heads1361
|
||||
</command>
|
||||
<postcheck>
|
||||
perl %SRCDIR/libtest/notexists.pl %PWD/log/name1361
|
||||
</postcheck>
|
||||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
@@ -92,8 +95,5 @@ s/^(229 Entering Passive Mode \().*(\).*)/${1}stripped${2}/
|
||||
<file3 name="log/stdout1361">
|
||||
</file3>
|
||||
|
||||
<file4 name="log/name1361">
|
||||
</file4>
|
||||
|
||||
</verify>
|
||||
</testcase>
|
||||
|
||||
Reference in New Issue
Block a user