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

12 lines
186 B
Perl

#!/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");