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 6f23bdbc69c000261e29661802411a991cb2470c
parent d25da65f4a78ca092e5f62bc49407e936b9038dc
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Tue, 29 Oct 2024 19:07:29 +0000

Clean-up after pashage git command test is corrected
Diffstat:
Mspec/pashage_extra_spec.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/spec/pashage_extra_spec.sh b/spec/pashage_extra_spec.sh @@ -131,6 +131,7 @@ Describe 'Integrated Command Functions' cleanup() { @rm -rf "${PREFIX}" @rm -f "${IDENTITIES_FILE}" + @rm -rf "${SHELLSPEC_WORKDIR}/clone" @rm -rf "${SHELLSPEC_WORKDIR}/secure" } @@ -421,6 +422,7 @@ Describe 'Integrated Command Functions' #| 8 files changed, 4 insertions(+) } The result of function check_git_log should be successful + PREFIX="${SOURCE}" End End