aboutsummaryrefslogtreecommitdiff
path: root/testsuite/etc/tlsoneway.pat
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/etc/tlsoneway.pat')
-rw-r--r--testsuite/etc/tlsoneway.pat53
1 files changed, 0 insertions, 53 deletions
diff --git a/testsuite/etc/tlsoneway.pat b/testsuite/etc/tlsoneway.pat
deleted file mode 100644
index 1b83ba8..0000000
--- a/testsuite/etc/tlsoneway.pat
+++ /dev/null
@@ -1,53 +0,0 @@
1# This file is part of GNU Anubis testsuite.
2# Copyright (C) 2003-2014 The Anubis Team.
3#
4# GNU Anubis is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 2 of the License, or
7# (at your option) any later version.
8#
9# GNU Anubis is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with GNU Anubis; if not, write to the Free Software Foundation,
16# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
18:TEST One-way TLS encryption
19:MODE SPAWN
20:OPTIONS --stdio
21:RCFILE tlsoneway.rc
22:RETCODE 0
23:PATTERN
24:EXPECT 220
25EHLO localhost
26:ADD STARTTLS
27:ADD EHLO localhost
28:EXPECT 250-pleased to meet you
29:EXPECT 250 HELP
30MAIL FROM:<gray@gnu.org>
31:EXPECT 250
32RCPT TO:<polak@gnu.org>
33:EXPECT 250
34DATA
35:EXPECT 354
36From: <gray@gnu.org>
37To: <polak@gnu.org>
38Subject: The Tao of Programming, Part I
39
40 A manager went to his programmers and told them: "As regards to your
41work hours: you are going to have to come in at nine in the morning and leave
42at five in the afternoon." At this, all of them became angry and several
43resigned on the spot.
44 So the manager said: "All right, in that case you may set your own
45working hours, as long as you finish your projects on schedule." The
46programmers, now satisfied, began to come in a noon and work to the wee
47hours of the morning.
48.
49:EXPECT 250
50QUIT
51:EXPECT 221
52:END PATTERN
53:END TEST

Return to:

Send suggestions and report system problems to the System administrator.