summaryrefslogtreecommitdiffstats
path: root/t/1.t
diff options
context:
space:
mode:
authorzach%zachlipton.com <>2001-09-04 04:39:35 +0200
committerzach%zachlipton.com <>2001-09-04 04:39:35 +0200
commitba5b7df7b73244f9d4b27848118d37b3e55850e2 (patch)
tree6d6abb201c79bb56957d858ec730c9a494402008 /t/1.t
parent16ac07801f6c21096de47177e5085a95d8f18b01 (diff)
downloadbugzilla-ba5b7df7b73244f9d4b27848118d37b3e55850e2.tar.gz
bugzilla-ba5b7df7b73244f9d4b27848118d37b3e55850e2.tar.xz
Remove processmail from the list. It was causing problems with taint.
Diffstat (limited to 't/1.t')
-rw-r--r--t/1.t10
1 files changed, 5 insertions, 5 deletions
diff --git a/t/1.t b/t/1.t
index e7c053c57..7241197ca 100644
--- 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