summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-06-08 17:49:21 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-06-08 17:49:21 +0100
commitf77cff22db0bbb4d71a16becb5512e19d86ed63a (patch)
treeccfd91707e4e55eeba6a3a5e9aa52d174502b3c9 /test/scripts
parentc50e5871c141ea24777fc916de1fc0cb2e96c37d (diff)
Testcase for udpsend
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/0000-Basic/060116
1 files changed, 16 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0601 b/test/scripts/0000-Basic/0601
new file mode 100644
index 000000000..c126c06fb
--- /dev/null
+++ b/test/scripts/0000-Basic/0601
@@ -0,0 +1,16 @@
+# udpsend
+#need_ipv4
+#
+#
+perl aux-fixed/0601.udpserver
+****
+#
+exim -bs -odi
+mail from:someone@some.domain
+rcpt to:CALLER@HOSTNAME
+data
+This is a test message.
+.
+quit
+***
+sleep 4