3d779b4 ipatests: assert_error: allow regexp match

1 file Authored by ftweedal 4 years ago, Committed by frenaud 4 years ago,
    ipatests: assert_error: allow regexp match
    
    Enhance the assert_error subroutine to provide regular expression
    matching against the command's stderr output, in additional to
    substring match.
    
    Part of: https://pagure.io/freeipa/issue/8142
    
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>