mirror of
https://github.com/moparisthebest/curl
synced 2025-03-03 02:41:59 -05:00
runtests.pl: fix "uninitialized value" warning
follow-up to e12825c642a88774
This commit is contained in:
parent
e12825c642
commit
3e92799171
@ -3593,7 +3593,7 @@ sub singletest {
|
||||
$cond = $1;
|
||||
$rev = 1;
|
||||
}
|
||||
$rev ^= $feature{$cond};
|
||||
$rev ^= $feature{$cond} ? 1 : 0;
|
||||
$show = $rev;
|
||||
next;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user