15 lines
420 B
Diff
15 lines
420 B
Diff
--- 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)],
|