summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-03-26 16:05:19 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-03-26 16:05:19 +0000
commitc06ddd664f4a0f6e485f6f9f6b5086aa4719a441 (patch)
tree92dac14289f0cd577e38e9fdce1e54708d7fcede /test
parent46d2a5e6f6e7709d172903b13945d23fc0a2c888 (diff)
Fix argument checking for ${readsocket }
Diffstat (limited to 'test')
-rw-r--r--test/scripts/0000-Basic/03734
-rw-r--r--test/stdout/03732
2 files changed, 6 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0373 b/test/scripts/0000-Basic/0373
index 02cdc31fc..0f63cee9b 100644
--- a/test/scripts/0000-Basic/0373
+++ b/test/scripts/0000-Basic/0373
@@ -102,3 +102,7 @@ exim -be
10 >>${readsocket{inet:badloop:PORT_S}{QUERY-10\n}}<<
11 >>${readsocket{inet:thisloop:PORT_S}{QUERY-11\n}{2s:shutdown=no}}<<
****
+#
+exim -be
+crash-regression-check >>${readsocket{inet:127.0.0.1:PORT_N}{}{}}<<
+****
diff --git a/test/stdout/0373 b/test/stdout/0373
index b6f6f1905..a4acc6591 100644
--- a/test/stdout/0373
+++ b/test/stdout/0373
@@ -28,6 +28,8 @@
> 11 >>ANSWER-11
<<
>
+> Failed: bad time value NULL
+>
******** SERVER ********
Listening on TESTSUITE/test-socket ...