From 15b28b225f4919d8362228929a7dd584e7723dfa Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Sun, 7 Oct 2001 06:22:45 +0000 Subject: Allow compile tests for files that run in taint mode No review needed for tests at this time. NOT PART OF BUILD --- t/Support/Files.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/Support') diff --git a/t/Support/Files.pm b/t/Support/Files.pm index c31cd75c4..9235b5c70 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -33,8 +33,8 @@ package Support::Files; -@additional_files = ('syncshadowdb'); -@exclude_files = ('processmail','importxml.pl'); +@additional_files = ('syncshadowdb','processmail'); +@exclude_files = ('importxml.pl'); $file = '*'; @files = glob($file); -- cgit v1.2.1