summaryrefslogtreecommitdiff
path: root/test/confs/0616
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/0616
parent34e86e2003d0eba915735853cf48c56e71d7a4ea (diff)
Testsuite: move perl-dependent testcasesexim-4_87_RC7
Diffstat (limited to 'test/confs/0616')
-rw-r--r--test/confs/06168
1 files changed, 0 insertions, 8 deletions
diff --git a/test/confs/0616 b/test/confs/0616
deleted file mode 100644
index 7962d9734..000000000
--- a/test/confs/0616
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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;