mirror of
https://github.com/curl/curl.git
synced 2026-07-30 16:28:07 +03:00
tests/globalconfig.pm: remove the qw
Fixes the warning. Fixes #16976 Closes #16977
This commit is contained in:
parent
b8bd019c6a
commit
72f9133311
1 changed files with 1 additions and 3 deletions
|
|
@ -81,9 +81,7 @@ use Cwd qw(getcwd);
|
|||
use testutil qw(
|
||||
shell_quote
|
||||
);
|
||||
use File::Spec qw(
|
||||
devnull
|
||||
);
|
||||
use File::Spec;
|
||||
|
||||
|
||||
#######################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue