Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
ba5b7df7
Commit
ba5b7df7
authored
Sep 04, 2001
by
zach%zachlipton.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove processmail from the list. It was causing problems with taint.
parent
16ac0780
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
10 deletions
+8
-10
1.t
t/1.t
+5
-5
Files.pm
t/Support/Files.pm
+3
-5
No files found.
t/1.t
View file @
ba5b7df7
...
...
@@ -36,7 +36,7 @@
#Bugzilla Test 1#
###Compilation###
BEGIN { use Test::More tests => 5
6
; }
BEGIN { use Test::More tests => 5
5
; }
BEGIN { use lib 't/'; }
BEGIN { use Support::Files; }
...
...
@@ -67,10 +67,10 @@ foreach $file (@testitems) {
}
# and the libs:
use_ok('Token'); # 5
3
use_ok('Attachment'); # 5
4
use_ok('Bug'); # 5
5
use_ok('RelationSet'); # 5
6
use_ok('Token'); # 5
2
use_ok('Attachment'); # 5
3
use_ok('Bug'); # 5
4
use_ok('RelationSet'); # 5
5
t/Support/Files.pm
View file @
ba5b7df7
...
...
@@ -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
)
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment