test(cli): Verify missing config error

This commit is contained in:
Ed Page 2023-08-18 16:03:07 -05:00
parent 0becfbf6cf
commit 03e6afbaa6
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,8 @@
bin.name = "typos"
args = "--config foo.toml"
status.code = 78
stdin = ""
# stdout doesn't have stable order
stderr = """
No such file or directory (os error 2)
"""