added directory index needed for porteus config to boot
[pxelator] / lib / PXElator / t / tftpd.t
1 #!/usr/bin/perl
2
3 use warnings;
4 use strict;
5 use autodie;
6
7 use Test::More tests => 2;
8
9 use_ok 'tftpd';
10
11 ok( my $path = tftpd::path('*'), 'path' );
12 diag $path;