diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-21 19:21:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-21 19:21:31 +0000 |
commit | 190ecd652ab1030db94c6987b44d54e9e3474d06 (patch) | |
tree | df10901794d78fbeb81251770850c59497b869c0 /tests | |
parent | 2677c27b0840d96febe06b1f93dbf2984e9d75db (diff) | |
download | curl-190ecd652ab1030db94c6987b44d54e9e3474d06.tar.gz |
Added the uploadN.txt description
Diffstat (limited to 'tests')
-rw-r--r-- | tests/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/README b/tests/README index c153f57d4..34f1a8697 100644 --- a/tests/README +++ b/tests/README @@ -56,6 +56,9 @@ Data: errorN.txt: if this file is present, it should contain the error number curl is supposed to return when this test is run. + uploadN.txt: if this file is present, it should contain the same data as + the log/upload.N does, after a curl upload has been performed. + FIX: * Make httpserver.pl work when we PUT without Content-Length: |