summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2023-04-17 21:10:55 -0700
committerDan Fandrich <dan@coneharvesters.com>2023-04-18 13:18:17 -0700
commit1f6a9f48aa9614b52880f5971bf1b9a982a5370c (patch)
tree34bc80c438f327367e6aefe2bb703ea8a87543ed /tests
parentf9e8c5f5781c85a16f1da1c55af02e0bdd688af6 (diff)
downloadcurl-1f6a9f48aa9614b52880f5971bf1b9a982a5370c.tar.gz
runtests: fix perl warning when <tool> is wrong
Diffstat (limited to 'tests')
-rw-r--r--tests/runner.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.pm b/tests/runner.pm
index ab5c1f8a0..14f6a886d 100644
--- a/tests/runner.pm
+++ b/tests/runner.pm
@@ -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;