testprogs: Fix testit_expect_failure_grep()
authorVolker Lendecke <vl@samba.org>
Wed, 9 Nov 2022 13:09:34 +0000 (14:09 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 10 Nov 2022 07:27:31 +0000 (07:27 +0000)
commitf9a3a6b434f6b82303241a57beae3e1762a2c41d
tree00123bb973525f361925af206a0806ea133f0fee
parent55feb593012fc5b24e795a00081666fca740429c
testprogs: Fix testit_expect_failure_grep()

Callers expect success (i.e. retval==0) if grep failed with non-zero
error status.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
testprogs/blackbox/subunit.sh