Testsuite: fix case for TLS library differences
[exim.git] / test / confs / 0174
index f366e29f64dde3e3bc966b815ee3565e4f8cf68b..5498e2beeb4a39c9c9f5efea7de4620b3f94a6a7 100644 (file)
@@ -52,7 +52,7 @@ begin transports
 
 appendfile:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 pipe:
@@ -63,7 +63,7 @@ pipe:
   message_prefix =
   return_output
   user = CALLER
-  path = /bin:/usr/bin:/usr/local/bin
+  path = ${env{PATH}}
 
 
 # ----- Retry -----