From ee8b809061baea861fc87c41bcb72a62d76b0047 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 3 Nov 2018 23:13:34 +0000 Subject: Squashed commit of PIPE_CONNECT --- test/scripts/4056-pipe-conn-auth/4056 | 31 +++++++++++++++++++++++++++++++ test/scripts/4056-pipe-conn-auth/REQUIRES | 2 ++ 2 files changed, 33 insertions(+) create mode 100644 test/scripts/4056-pipe-conn-auth/4056 create mode 100644 test/scripts/4056-pipe-conn-auth/REQUIRES (limited to 'test/scripts/4056-pipe-conn-auth') diff --git a/test/scripts/4056-pipe-conn-auth/4056 b/test/scripts/4056-pipe-conn-auth/4056 new file mode 100644 index 000000000..403cf621c --- /dev/null +++ b/test/scripts/4056-pipe-conn-auth/4056 @@ -0,0 +1,31 @@ +# AUTH +# +# Not attempted without a cache entry +exim -bd -DSERVER=server -oX PORT_D +**** +# +exim a@test.ex +Subject test 1 + +**** +exim -q +**** +exim -DNOTDAEMON -DSERVER=server -q +**** +# +# +# +# Go for it. This one should do (limited) early-pipelinng. +exim b@test.ex +Subject test 2 + +**** +exim -q +**** +exim -DNOTDAEMON -DSERVER=server -q +**** +# +# +killdaemon +# +no_msglog_check diff --git a/test/scripts/4056-pipe-conn-auth/REQUIRES b/test/scripts/4056-pipe-conn-auth/REQUIRES new file mode 100644 index 000000000..9ae94aaaf --- /dev/null +++ b/test/scripts/4056-pipe-conn-auth/REQUIRES @@ -0,0 +1,2 @@ +support Experimental_PIPE_CONNECT +authenticator plaintext -- cgit v1.2.3