Skip to content

Commit

Permalink
rage: Add test case for missing identities file
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Jan 17, 2024
1 parent d39ebfe commit 912c61c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rage/tests/cmd/rage/decrypt-missing-identities-file.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
bin.name = "rage"
args = "--decrypt -i key.txt"
status = "failed"
stdin = ""
stdout = ""
stderr = """
Error: failed to fill whole buffer
[ Did rage not do what you expected? Could an error be more useful? ]
[ Tell us: https://str4d.xyz/rage/report ]
"""

0 comments on commit 912c61c

Please sign in to comment.