diff options
author | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2016-02-01 13:57:33 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-02-02 15:43:56 +0100 |
commit | f92dd928f3e2e8b4a6e42f43b403dcefefee747a (patch) | |
tree | be4b0c47b88e59764e83629db1a021b08870fa5c /test/confs/3001 | |
parent | 38d85dd18239ac5951fae2c61dcf7c037c666f00 (diff) |
Testsuite: test perl_taintmode main option
Diffstat (limited to 'test/confs/3001')
-rw-r--r-- | test/confs/3001 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/3001 b/test/confs/3001 new file mode 100644 index 000000000..6e047f440 --- /dev/null +++ b/test/confs/3001 @@ -0,0 +1,2 @@ +tls_advertise_hosts = +perl_startup = sub taint_flag { ${^TAINT} ? 'ON' : 'OFF' } |