File: 00-Net-TFTPd.t

package info (click to toggle)
libnet-tftpd-perl 0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 1,031; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use strict;
use Test::Simple tests => 1;

use Net::TFTPd;
ok(1, "Loading Module"); # If we made it this far, we're ok.

#########################