Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0173
index b7f27b936b64f523d5ea1ee7c4de538c69cfa90c..9640ccf1cceb9a9c51c4a47e4a39997310afe2f0 100644 (file)
@@ -30,13 +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 = /bin:/usr/bin:/usr/local/bin
+  path = ${env{PATH}}
 
 
 # ----- Retry -----