summaryrefslogtreecommitdiff
path: root/test/confs/3002
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-03-31 21:33:28 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-03-31 21:33:28 +0100
commit68253e8b94c71fcaa6f66a01c7d6b9c1e4ffdda2 (patch)
tree33a6533848ead7d0f011f95f76fe1b8d5b522236 /test/confs/3002
parent34e86e2003d0eba915735853cf48c56e71d7a4ea (diff)
Testsuite: move perl-dependent testcasesexim-4_87_RC7
Diffstat (limited to 'test/confs/3002')
-rw-r--r--test/confs/30028
1 files changed, 8 insertions, 0 deletions
diff --git a/test/confs/3002 b/test/confs/3002
new file mode 100644
index 000000000..7962d9734
--- /dev/null
+++ b/test/confs/3002
@@ -0,0 +1,8 @@
+# exim test configuration 0616
+exim_path = EXIM_PATH
+keep_environment = ^FOO\d : BAR
+add_environment = ADDED1=added1 : ADDED2=added2
+tls_advertise_hosts =
+perl_startup = $| = 1; \
+ print "Environment visible in Perl:\n"; \
+ print map { "$_=$ENV{$_}\n" } sort keys %ENV;