mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 15:36:14 +02:00
fix handling of user input (stdin, input, getpass)
This commit is contained in:
parent
f7c12fbede
commit
a6694f5273
3 changed files with 31 additions and 18 deletions
|
@ -88,6 +88,7 @@ Feature: Multiple journals
|
|||
|
||||
Scenario: Don't overwrite main config when decrypting a journal in an alternate config
|
||||
Given the config "editor_encrypted.yaml" exists
|
||||
And we use the password "bad doggie no biscuit" if prompted
|
||||
And we use the config "basic_encrypted.yaml"
|
||||
When we run "jrnl --cf editor_encrypted.yaml --decrypt"
|
||||
Then the config should contain "encrypt: true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue