torture: Avoid -Werror=strict-overflow in -O3 coverage build
authorAndrew Bartlett <abartlet@samba.org>
Mon, 19 Apr 2021 19:34:12 +0000 (07:34 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 28 Apr 2021 03:43:34 +0000 (03:43 +0000)
commit225fefe6cf8f1c0292f13104c7b51c3397b941ae
tree03ff46f28bef5d8635c9a012bee1afda3b28899a
parentb5984c3da0f799368f739083a2d9f331e1a4e368
torture: Avoid -Werror=strict-overflow in -O3 coverage build

The test_getinfo() function only needs to return if this happens
not how many times.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source4/torture/rpc/dsgetinfo.c