941c231 ipatests: use less strict check for error message

Authored and Committed by sorlov 4 years ago
    ipatests: use less strict check for error message
    
    The error code render depends on samba version. In Fedora 27 it is
    "-1073741643" while in newer version it is "3221225653".
    It can be ignored since text description is specific enough.
    
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>