added directory index needed for porteus config to boot
[pxelator] / lib / PXElator / t / syslogd.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 'syslogd';
10
11 ok( syslogd::install_local(), 'install_local' );