summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0564
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-11 06:21:17 -0400
committerPhil Pennock <pdp@exim.org>2012-05-11 06:21:17 -0400
commit1ca9f5074196f7fa459367956bcf6d4239b47634 (patch)
tree56b8d0b06db461f83166e59e09e7cae9bca98502 /test/scripts/0000-Basic/0564
parent964551ca40d4f7355bde171e801249405e6c580e (diff)
Testing for -bw mode
Diffstat (limited to 'test/scripts/0000-Basic/0564')
-rw-r--r--test/scripts/0000-Basic/056425
1 files changed, 25 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0564 b/test/scripts/0000-Basic/0564
new file mode 100644
index 000000000..68fb607ec
--- /dev/null
+++ b/test/scripts/0000-Basic/0564
@@ -0,0 +1,25 @@
+# testing -bw inetd wait mode
+need_ipv4
+#
+exim -DSERVER=wait:PORT_D -bw
+****
+client 127.0.0.1 PORT_D
+??? 220
+ehlo abcd
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250
+mail from:<userx@test.ex>\r\nrcpt to:<userx@test.ex>\r\ndata
+??? 250
+??? 250
+??? 354
+This is a test message.
+.
+??? 250
+quit
+??? 221
+****
+sleep 1
+killdaemon