Imported Upstream version 0.1

This commit is contained in:
Mario Fetka
2020-03-10 14:19:49 +01:00
commit 2b457cf5f6
17 changed files with 4642 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/usr/bin/env perl
use lib qw(t/lib);
use strict;
use Test::Unit::HarnessUnit;
$| = 1;
my $r = Test::Unit::HarnessUnit->new();
$r->start("ProFTPD::Tests::Config::MaxHostsPerUser");