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 2bd2683b47f386b084be8adea4544ab8d06f5599
parent 29e1c6d4f388c87f87772510e9f2a4793954c3bc
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Sat,  2 Nov 2024 17:03:02 +0000

Missing skips are added to pass-like test suite
Diffstat:
Mspec/pass_spec.sh | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/spec/pass_spec.sh b/spec/pass_spec.sh @@ -1596,6 +1596,7 @@ Describe 'Pass-like command' End It 'reports a generation error' + Skip if 'pass(age) needs bash' check_skip $2 Mock tr if [ "$1" = '-dc' ]; then %putsn '0123456789' @@ -1630,6 +1631,7 @@ Describe 'Pass-like command' End It 'displays usage when called with incompatible display options' + Skip if 'pass(age) needs bash' check_skip $2 When run script $1 generate --clip --qrcode new-secret The status should equal 1 The output should be blank @@ -1640,6 +1642,7 @@ Describe 'Pass-like command' End It 'displays usage when called with reversed incompatible display options' + Skip if 'pass(age) needs bash' check_skip $2 When run script $1 generate --qrcode --clip new-secret The status should equal 1 The output should be blank @@ -1650,6 +1653,7 @@ Describe 'Pass-like command' End It 'displays usage when called with incompatible overwriting options' + Skip if 'pass(age) needs bash' check_skip $2 When run script $1 generate --force --inplace new-secret The status should equal 1 The output should be blank @@ -1660,6 +1664,7 @@ Describe 'Pass-like command' End It 'displays usage when called with reversed incompatible overwriting opt' + Skip if 'pass(age) needs bash' check_skip $2 When run script $1 generate --inplace --force new-secret The status should equal 1 The output should be blank