diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-02-01 13:13:27 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-04-07 09:45:33 +0200 |
commit | 2f680c0c44778f97c056fb06d60fb03f4cf69c31 (patch) | |
tree | d8343559845483d313ac6a989591766e3543b237 /test/scripts | |
parent | c0ebc07afcedf09ec166a31a6e14928c2cd03d26 (diff) |
Add perl_taintmode option
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/3000-Perl/3011 | 3 | ||||
l--------- | test/scripts/3000-Perl/3012 | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/scripts/3000-Perl/3011 b/test/scripts/3000-Perl/3011 new file mode 100644 index 000000000..87b32e7cf --- /dev/null +++ b/test/scripts/3000-Perl/3011 @@ -0,0 +1,3 @@ +# Perl w/o taintmode +exim -be '${perl{taint_flag}}' +**** diff --git a/test/scripts/3000-Perl/3012 b/test/scripts/3000-Perl/3012 new file mode 120000 index 000000000..3ae81fbb2 --- /dev/null +++ b/test/scripts/3000-Perl/3012 @@ -0,0 +1 @@ +3011
\ No newline at end of file |