summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2019-12-07 22:37:00 +1300
committerAndrew Bartlett <abartlet@samba.org>2020-02-04 05:13:39 +0000
commit8f17d48163014266c191f8035c5c72fb4f8a5a01 (patch)
treee6f0196fcc632303471df841de9f381c11d74db3 /selftest/selftest.pl
parentcf4984947b39e9f6f8afd29de8a760703bf9e092 (diff)
downloadsamba-8f17d48163014266c191f8035c5c72fb4f8a5a01.tar.gz
selftest: enable perl warnings
After this we will see more noise with each test run, and these warnings will be addressed in following commits. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index b6094fef3b9..a1f2183a4cc 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -17,6 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
use strict;
+use warnings;
use FindBin qw($RealBin $Script);
use File::Spec;