summaryrefslogtreecommitdiff
path: root/test/stdout/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/stdout/3002
parent34e86e2003d0eba915735853cf48c56e71d7a4ea (diff)
Testsuite: move perl-dependent testcasesexim-4_87_RC7
Diffstat (limited to 'test/stdout/3002')
-rw-r--r--test/stdout/300219
1 files changed, 19 insertions, 0 deletions
diff --git a/test/stdout/3002 b/test/stdout/3002
new file mode 100644
index 000000000..8ba67bb34
--- /dev/null
+++ b/test/stdout/3002
@@ -0,0 +1,19 @@
+keep_environment = ^FOO\d : BAR
+add_environment = ADDED1=added1 : ADDED2=added2
+ADDED1=added1
+ADDED2=added2
+BAR=bar
+FOO1=foo1
+FOO2=foo2
+ADDED1
+ADDED2
+BAR
+FOO1
+FOO2
+Environment visible in Perl:
+ADDED1=added1
+ADDED2=added2
+BAR=bar
+FOO1=foo1
+FOO2=foo2
+