aboutsummaryrefslogtreecommitdiff
path: root/testsuite/etc/empty.pat
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/etc/empty.pat')
-rw-r--r--testsuite/etc/empty.pat43
1 files changed, 0 insertions, 43 deletions
diff --git a/testsuite/etc/empty.pat b/testsuite/etc/empty.pat
deleted file mode 100644
index ad8f442..0000000
--- a/testsuite/etc/empty.pat
+++ /dev/null
@@ -1,43 +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 Empty script
19:MODE SPAWN
20:OPTIONS --stdio
21:RCFILE empty.rc
22:RETCODE 0
23:PATTERN
24:EXPECT 220
25HELO localhost
26:EXPECT 250
27MAIL FROM:<gray@gnu.org>
28:EXPECT 250
29RCPT TO:<polak@gnu.org>
30:EXPECT 250
31DATA
32:EXPECT 354
33From: <gray@gnu.org>
34To: <polak@gnu.org>
35Subject: Testing unmodified message
36
37This message should go through Anubis unmodified.
38.
39:EXPECT 250
40QUIT
41:EXPECT 221
42:END PATTERN
43:END TEST

Return to:

Send suggestions and report system problems to the System administrator.