tests: stop promoting perl warnings to fatal errors

While this is useful on CI to highlight issues in the scripts, it's a
recipe for pain when enabled on users' builds.

Suggested-by: Leon Timmermans
Ref: #16128
This commit is contained in:
Dan Fandrich 2025-02-03 10:19:20 -08:00
parent 671e83f0b1
commit 9712db21d1

View File

@ -57,8 +57,7 @@
# given, this won't be a problem.
use strict;
# Promote all warnings to fatal
use warnings FATAL => 'all';
use warnings;
use 5.006;
use POSIX qw(strftime);