Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0173
index 1b423e152b57ebe1c637178abcc14e1ec8e4e477..9640ccf1cceb9a9c51c4a47e4a39997310afe2f0 100644 (file)
@@ -30,12 +30,14 @@ begin transports
 appendfile:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 pipe:
   driver = pipe
   return_output
   user = CALLER
+  path = ${env{PATH}}
 
 
 # ----- Retry -----