test*: make all Perl warnings fatal

This commit is contained in:
Viktor Szakats 2025-07-09 23:19:47 +02:00
parent 13afb1bf10
commit 364c5442c5
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
17 changed files with 19 additions and 16 deletions

View file

@ -30,6 +30,9 @@
#
# In the git clone root, invoke 'scripts/delta [release tag]'
use strict;
use warnings;
$start = $ARGV[0];
if($start eq "-h") {