mkdir rules
! exec pint  --no-color lint rules
! stdout .
cmp stderr stderr.txt

-- stderr.txt --
level=INFO msg="Finding all rules to check" paths=["rules"]
level=ERROR msg="Execution completed with error(s)" err="no matching files"
