pashage

Yet Another Opinionated Re-engineering of the Unix Password Store
git clone https://git.instinctive.eu/pashage.git
Log | Files | Refs | README | LICENSE

commit 1b947eb7ad06e67317a1b681b78ba36911799ee7
parent 3220f83426c3c85f618cc5f3a39269ae72168ad8
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Sat, 16 Nov 2024 07:38:10 +0000

Missed opportunity to use `check_git_log` is corrected
Diffstat:
Mspec/pashage_extra_spec.sh | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/spec/pashage_extra_spec.sh b/spec/pashage_extra_spec.sh @@ -672,8 +672,7 @@ Describe 'Integrated Command Functions' The status should equal 1 The output should be blank The error should equal 'Cannot replace directory new-secret.age' - The result of function git_log should be successful - The contents of file "${GITLOG}" should equal "$(setup_log)" + The result of function check_git_log should be successful End It 'aborts on decryption failure even without pipefail'