autotest: use warnings

This commit is contained in:
Oswald Buddenhagen 2017-03-14 11:10:35 +01:00
parent b45e711da5
commit 62808c9003

View File

@ -16,6 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
use warnings;
use strict; use strict;
use File::Path; use File::Path;