mirror of
https://github.com/curl/curl.git
synced 2026-07-30 11:48:08 +03:00
test1140.pl: try fixing warning
``` Possible precedence issue with control flow operator (exit) at ../../tests/test1140.pl line 119. ``` https://github.com/curl/curl/actions/runs/16208581789/job/45764191709?pr=17877#step:16:1886
This commit is contained in:
parent
1e65c5894b
commit
f63d275137
1 changed files with 1 additions and 1 deletions
|
|
@ -116,4 +116,4 @@ foreach my $f (@f) {
|
|||
|
||||
print "OK\n" if(!$errors);
|
||||
|
||||
exit $errors?1:0;
|
||||
exit ($errors ? 1 : 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue