зеркало из https://github.com/mozilla/gecko-dev.git
Remove processmail from the list. It was causing problems with taint.
This commit is contained in:
Родитель
0cf73f1847
Коммит
7af1301bfc
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -83,7 +83,6 @@ whineatnews.pl #46
|
|||
xml.cgi #47
|
||||
attachment.cgi #48
|
||||
editattachstatuses.cgi #49
|
||||
processmail #50
|
||||
globals.pl #51
|
||||
CGI.pl #52
|
||||
));
|
||||
globals.pl #50
|
||||
CGI.pl #51
|
||||
));
|
||||
|
|
Загрузка…
Ссылка в новой задаче