diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-02-23 17:32:19 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-02-26 20:53:23 +0000 |
commit | 07d7603b458db6a2a818532661e931093906ac2b (patch) | |
tree | 40722146b0d1b610b1708109ce876b90700c1fe0 /tests | |
parent | 1a9b58fcb2264c942ea56691fd3ad1228ee1fcb0 (diff) |
tool: Reworked argument parsing to use --next/-:
Follow up to commit 1a9b58fcb2 to replace the : command line option
with --next and -:.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test815 | 2 | ||||
-rw-r--r-- | tests/data/test816 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test815 b/tests/data/test815 index aa9a883d1..c006c6dd6 100644 --- a/tests/data/test815 +++ b/tests/data/test815 @@ -26,7 +26,7 @@ imap IMAP STORE - delete message (CUSTOMREQUEST) </name> <command> -imap://%HOSTIP:%IMAPPORT/815 -X 'STORE 123 +Flags \Deleted' -u user:secret : imap://%HOSTIP:%IMAPPORT/815 -X CLOSE +imap://%HOSTIP:%IMAPPORT/815 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/815 -X CLOSE </command> </client> diff --git a/tests/data/test816 b/tests/data/test816 index d44c5e168..386f87746 100644 --- a/tests/data/test816 +++ b/tests/data/test816 @@ -29,7 +29,7 @@ imap IMAP STORE - delete message with confirmation (CUSTOMREQUEST) </name> <command> -imap://%HOSTIP:%IMAPPORT/816 -X 'STORE 123 +Flags \Deleted' -u user:secret : imap://%HOSTIP:%IMAPPORT/816 -X EXPUNGE +imap://%HOSTIP:%IMAPPORT/816 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/816 -X EXPUNGE </command> </client> |