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:
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'