mirror of
https://github.com/curl/curl.git
synced 2026-08-07 22:52:59 +03:00
s2
This commit is contained in:
parent
7aa55663c3
commit
1ff63dde7d
10 changed files with 38 additions and 38 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue