diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-19 08:37:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:07 -0500 |
commit | 558e5ddc528a63580ebde48aec224c9fc7d1c07e (patch) | |
tree | 04c54d83da67d0f2bf7aadf4b61a99066cde8f6f /source4/script | |
parent | ad6b43ae3b4e7d698ce15813a98b478c10a100e7 (diff) | |
download | samba-558e5ddc528a63580ebde48aec224c9fc7d1c07e.tar.gz samba-558e5ddc528a63580ebde48aec224c9fc7d1c07e.tar.xz samba-558e5ddc528a63580ebde48aec224c9fc7d1c07e.zip |
r22361: warnings.pm isn't available on solaris 8
metze
(This used to be commit a21a86543f46f677696eb77c140763414600e24d)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/tests/selftest.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.pl b/source4/script/tests/selftest.pl index fa183d262df..ddbd538ec9a 100755 --- a/source4/script/tests/selftest.pl +++ b/source4/script/tests/selftest.pl @@ -107,7 +107,6 @@ Jelmer Vernooij =cut use strict; -use warnings; use FindBin qw($RealBin $Script); use File::Spec; |