This commit is contained in:
Viktor Szakats 2026-06-13 00:22:31 +02:00
parent 7aa55663c3
commit 1ff63dde7d
No known key found for this signature in database
10 changed files with 38 additions and 38 deletions

View file

@ -714,7 +714,7 @@ sub singletest_precheck {
# provide an environment variable
$ENV{'CURL_TESTNUM'} = $testnum;
my @o = `$cmd 2> $LOGDIR/precheck-$testnum`;
my @o = qx($cmd 2> $LOGDIR/precheck-$testnum);
if($o[0]) {
$why = $o[0];
$why =~ s/[\r\n]//g;