From 62808c900367d8019c249513a9cfcbc81d053fdc Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 14 Mar 2017 11:10:35 +0100 Subject: [PATCH] autotest: use warnings --- src/run-tests.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/run-tests.pl b/src/run-tests.pl index d8ff1b6..d1121c5 100755 --- a/src/run-tests.pl +++ b/src/run-tests.pl @@ -16,6 +16,7 @@ # along with this program. If not, see . # +use warnings; use strict; use File::Path;