diff options
author | Yang Tse <yangsita@gmail.com> | 2011-10-21 16:26:18 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-10-21 16:52:14 +0200 |
commit | 629d2e34508838069db83e1082ce9e7f2c7b8ff8 (patch) | |
tree | 365dedb351b18ba56d36d846b9270120850c8583 /tests/data/test538 | |
parent | 90fcad63cbb9943c7c7a564944a3bce7d10e581a (diff) |
multi tests: OOM handling fixes
Additionally, improved error checking and logging.
Diffstat (limited to 'tests/data/test538')
-rw-r--r-- | tests/data/test538 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/data/test538 b/tests/data/test538 index f33b2a654..d2fecd353 100644 --- a/tests/data/test538 +++ b/tests/data/test538 @@ -32,11 +32,10 @@ ftp://%HOSTIP:%FTPPORT/538 </client> # Verify data after the test has been "shot" +# TEST_ERR_SUCCESS is errorcode 120 <verify> -# ok, the error code here is supposed to be 100 for the fine case since -# that's just how lib504.c is written <errorcode> -100 +120 </errorcode> <protocol> USER anonymous
|