tests/globalconfig.pm: remove the qw

Fixes the warning.

Fixes #16976
Closes #16977
This commit is contained in:
Daniel Stenberg 2025-04-05 16:54:38 +02:00
parent b8bd019c6a
commit 72f9133311
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -81,9 +81,7 @@ use Cwd qw(getcwd);
use testutil qw(
shell_quote
);
use File::Spec qw(
devnull
);
use File::Spec;
#######################################################################