diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-26 16:05:19 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-26 16:05:19 +0000 |
commit | c06ddd664f4a0f6e485f6f9f6b5086aa4719a441 (patch) | |
tree | 92dac14289f0cd577e38e9fdce1e54708d7fcede /test/scripts/0000-Basic | |
parent | 46d2a5e6f6e7709d172903b13945d23fc0a2c888 (diff) |
Fix argument checking for ${readsocket }
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0373 | 4 |
1 files changed, 4 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}{}{}}<< +**** |