File: mod_case.t

package info (click to toggle)
proftpd-mod-case 0.7%2Bgit73896501cf-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 348 kB
  • sloc: perl: 5,757; ansic: 701; makefile: 16
file content (11 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
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::Modules::mod_case");