Testsuite: fix case for TLS library differences
[exim.git] / test / confs / 0271
index f3df54738e544ca338751c2b7a18c4f9f5097d3c..b9512dca1cd2f87cf4318fd305be51a4d66c84f7 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 0271
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -20,7 +14,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # ----- Routers -----