1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

testprogs: Return correct status code

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Joseph Sutton 2023-04-11 14:24:55 +12:00 committed by Andreas Schneider
parent b62b0bd64b
commit dfb088aaed

View File

@ -64,7 +64,7 @@ test_rpcclient_grep()
else
printf '%s' "$output" | subunit_fail_test "$name"
fi
return $status
return $gstatus
}
test_rpcclient_expect_failure_grep()