diff options
Diffstat (limited to 'tests/data/test1359')
-rw-r--r-- | tests/data/test1359 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test1359 b/tests/data/test1359 index a35513147..a2737258f 100644 --- a/tests/data/test1359 +++ b/tests/data/test1359 @@ -42,6 +42,9 @@ CURL_TESTDIR=%PWD/log <command option="no-output,no-include"> ftp://%HOSTIP:%FTPPORT/path/file1359 -O -J -D log/heads1359 </command> +<postcheck> +perl %SRCDIR/libtest/notexists.pl %PWD/log/name1359 +</postcheck> </client> # Verify data after the test has been "shot" @@ -94,8 +97,5 @@ s/^(229 Entering Passive Mode \().*(\).*)/${1}stripped${2}/ curl: Saved to filename '%PWD/log/file1359' </file3> -<file4 name="log/name1359"> -</file4> - </verify> </testcase> |