]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: fix perl warning when <tool> is wrong
authorDan Fandrich <dan@coneharvesters.com>
Tue, 18 Apr 2023 04:10:55 +0000 (21:10 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 18 Apr 2023 20:18:17 +0000 (13:18 -0700)
tests/runner.pm

index ab5c1f8a094f988ffd27bb4991ee13a5c6d7346a..14f6a886d9677509a357a93b8843fab922356322 100644 (file)
@@ -607,7 +607,7 @@ sub singletest_run {
     }
 
     my $disablevalgrind;
-    my $CMDLINE;
+    my $CMDLINE="";
     my $cmdargs;
     my $cmdtype = $cmdhash{'type'} || "default";
     my $fail_due_event_based = $run_event_based;