Imported Upstream version 0.1
This commit is contained in:
11
t/config/maxhostsperuser.t
Normal file
11
t/config/maxhostsperuser.t
Normal 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");
|
||||
Reference in New Issue
Block a user