proftpd/proftpd-1.3.4rc1-mod_vroot-test.patch

15 lines
421 B
Diff
Raw Normal View History

2020-10-23 14:46:16 +08:00
--- 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
2021-06-01 11:18:37 +08:00
@@ -478,6 +478,11 @@
2020-10-23 14:46:16 +08:00
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)],