diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-06-05 14:13:07 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-06-11 19:59:59 +0200 |
commit | e979560c134b70954a167ecdc6aad957763c8006 (patch) | |
tree | ac11e8fca6cfa9897429b8c91792af5c85a5e628 /selftest/selftest.pl | |
parent | 8a76e4ab29264e0c2aa7b9f786fcaff42ae42ed9 (diff) | |
download | samba-e979560c134b70954a167ecdc6aad957763c8006.tar.gz |
selftest: Remove unnecessary uses.
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-x | selftest/selftest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 150a365123..d98c5ae370 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -129,7 +129,7 @@ use Getopt::Long; use POSIX; use Cwd qw(abs_path); use lib "$RealBin"; -use Subunit qw(parse_results); +use Subunit; use SocketWrapper; my $opt_help = 0; |