diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-06-21 08:54:25 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-06-21 08:54:25 -0700 |
commit | 1614dc07452d50c017e29a69923ca339ec7fe859 (patch) | |
tree | 96160a7b51074ed947159bd95727b354d64ded1d /tests/data/test811 | |
parent | 57064e4a0d426eeb0f82e7831214caaf9300bc2a (diff) | |
parent | af6dcc92d56c8913a49a4c8b776f65c717f242d6 (diff) |
Merge pull request #23 from salty-horse/pop3_list_space
[pop3] remove extra space in LIST command
Diffstat (limited to 'tests/data/test811')
-rw-r--r-- | tests/data/test811 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test811 b/tests/data/test811 index 850e5e27d..ca107abcc 100644 --- a/tests/data/test811 +++ b/tests/data/test811 @@ -36,7 +36,7 @@ pop3://%HOSTIP:%POP3PORT/ -u user:secret <protocol> USER user
PASS secret
-LIST
+LIST
QUIT
</protocol> </verify> |