File: IPTables-ChainMgr.t

package info (click to toggle)
libiptables-chainmgr-perl 1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 228 kB
  • sloc: perl: 943; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
### make sure we can load the module

use Test;
BEGIN { plan tests => 1 };
use IPTables::ChainMgr;
ok(1); # If we made it this far, we're ok.