test(cli): Show no file error

This commit is contained in:
Ed Page 2023-08-21 10:16:16 -05:00
parent f8d11b3a69
commit cfa1821100
2 changed files with 8 additions and 0 deletions

View file

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