Fix and test python scripts and kerberos
[samba.git] / source4 / selftest / test_subunit.pl
1 #!/usr/bin/perl
2
3 use Test::More tests => 0;
4 use FindBin qw($RealBin);
5 use lib $RealBin;
6 use Subunit qw(parse_results);
7