]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Remove processmail from the list. It was causing problems with taint.
authorzach%zachlipton.com <>
Tue, 4 Sep 2001 02:39:35 +0000 (02:39 +0000)
committerzach%zachlipton.com <>
Tue, 4 Sep 2001 02:39:35 +0000 (02:39 +0000)
t/1.t
t/Support/Files.pm

diff --git a/t/1.t b/t/1.t
index e7c053c57e193373bf8ee6ad1ff088909be6c8a5..7241197ca08a175914773eab1c409a1aeb9f7095 100644 (file)
--- a/t/1.t
+++ b/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                                           
 
 
 
index ae7d974eab85df1645504e863c740f1e4c17aaae..4eb11115b14880a3527883b8944626a735cb86fc 100644 (file)
@@ -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
+));