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:
Viktor Szakats 2025-07-11 02:09:23 +02:00
parent 1e65c5894b
commit f63d275137
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -116,4 +116,4 @@ foreach my $f (@f) {
print "OK\n" if(!$errors);
exit $errors?1:0;
exit ($errors ? 1 : 0);