You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
420 B
15 lines
420 B
7 years ago
|
--- proftpd-1.3.4rc1/tests/tests.pl 2010-12-15 00:57:04.000000000 +0000
|
||
|
+++ proftpd-1.3.4rc1/tests/tests.pl 2011-01-11 09:22:57.746669659 +0000
|
||
|
@@ -283,6 +283,11 @@
|
||
|
test_class => [qw(mod_unique_id)],
|
||
|
},
|
||
|
|
||
|
+ 't/modules/mod_vroot.t' => {
|
||
|
+ order => ++$order,
|
||
|
+ test_class => [qw(mod_vroot)],
|
||
|
+ },
|
||
|
+
|
||
|
't/modules/mod_wrap.t' => {
|
||
|
order => ++$order,
|
||
|
test_class => [qw(mod_wrap)],
|