diff options
author | Yang Tse <yangsita@gmail.com> | 2008-02-11 20:21:06 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-02-11 20:21:06 +0000 |
commit | dc9fe9c3610fe96554978d4b2f6090ac7887ef79 (patch) | |
tree | e6cf3debf46b083b995a99908429c052f386375c /tests/README | |
parent | 75c369dcca218841c6935ca8cf04c2bde7e83164 (diff) | |
download | curl-dc9fe9c3610fe96554978d4b2f6090ac7887ef79.tar.gz |
shell startup scripts and possible influence in scp/sftp/socks tests
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/README b/tests/README index 592e7cd73..9171e139e 100644 --- a/tests/README +++ b/tests/README @@ -54,6 +54,19 @@ Run: 3 to 9. Any test numbers starting with ! are disabled, as are any test numbers found in the file data/DISABLED (one per line). +shell startup scripts: + Tests which use the ssh test server, SCP/SFTP/SOCKS tests, might get badly + influenced by the output of system wide or user specific shell startup scripts, + .bashrc, .profile, /etc/csh.cshrc, .login, /etc/bashrc, etc. which output text + messages or escape sequences on user login. When this shell startup messages + or escape sequences are output they might corrupt the expected stream of data + which flows to the sftp-server or from the ssh client which can result in bad + test behaviour or even prevent the test server from running. + + If the test suite ssh or sftp server fails to start up and logs the message + 'Received message too long' then you are certainly suffering the unwanted + output of a shell startup script. Locate, cleanup or adjust the shell script. + Memory: The test script will check that all allocated memory is freed properly IF curl has been built with the CURLDEBUG define set. The script will |