From 7c0be6c5171f1d5be0f5292835feaa3c4cc23761 Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" Date: Mon, 3 Sep 2001 19:39:37 +0000 Subject: [PATCH] Remove processmail from the list. It was causing problems with taint. git-svn-id: svn://10.0.0.236/trunk@102192 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/t/1.t | 10 +++++----- mozilla/webtools/bugzilla/t/Support/Files.pm | 7 +++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/mozilla/webtools/bugzilla/t/1.t b/mozilla/webtools/bugzilla/t/1.t index e7c053c57e1..7241197ca08 100644 --- a/mozilla/webtools/bugzilla/t/1.t +++ b/mozilla/webtools/bugzilla/t/1.t @@ -36,7 +36,7 @@ #Bugzilla Test 1# ###Compilation### -BEGIN { use Test::More tests => 56; } +BEGIN { use Test::More tests => 55; } BEGIN { use lib 't/'; } BEGIN { use Support::Files; } @@ -67,10 +67,10 @@ foreach $file (@testitems) { } # and the libs: -use_ok('Token'); # 53 -use_ok('Attachment'); # 54 -use_ok('Bug'); # 55 -use_ok('RelationSet'); # 56 +use_ok('Token'); # 52 +use_ok('Attachment'); # 53 +use_ok('Bug'); # 54 +use_ok('RelationSet'); # 55 diff --git a/mozilla/webtools/bugzilla/t/Support/Files.pm b/mozilla/webtools/bugzilla/t/Support/Files.pm index ae7d974eab8..4eb11115b14 100644 --- a/mozilla/webtools/bugzilla/t/Support/Files.pm +++ b/mozilla/webtools/bugzilla/t/Support/Files.pm @@ -83,7 +83,6 @@ whineatnews.pl #46 xml.cgi #47 attachment.cgi #48 editattachstatuses.cgi #49 -processmail #50 -globals.pl #51 -CGI.pl #52 -)); \ No newline at end of file +globals.pl #50 +CGI.pl #51 +));