proftpd-mod-proxy_protocol/t/config/maxhostsperuser.t

12 lines
186 B
Perl
Raw Normal View History

2020-03-10 14:19:49 +01:00
#!/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");