]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests/globalconfig.pm: remove the qw
authorDaniel Stenberg <daniel@haxx.se>
Sat, 5 Apr 2025 14:54:38 +0000 (16:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 5 Apr 2025 16:25:34 +0000 (18:25 +0200)
Fixes the warning.

Fixes #16976
Closes #16977

tests/globalconfig.pm

index 5fb3dda7ad747de62eb0fb001591ccd45015f3f5..d04068fb5f3b238b7107da188e4c139510116c10 100644 (file)
@@ -81,9 +81,7 @@ use Cwd qw(getcwd);
 use testutil qw(
     shell_quote
 );
-use File::Spec qw(
-    devnull
-);
+use File::Spec;
 
 
 #######################################################################