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 d25da65f4a78ca092e5f62bc49407e936b9038dc
parent 0e52aa802ce12b127915c7b4189008624074ef9a
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Tue, 29 Oct 2024 18:09:51 +0000

Grep command is already fully covered by integrated suites
Diffstat:
Mspec/pashage_extra_spec.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/spec/pashage_extra_spec.sh b/spec/pashage_extra_spec.sh @@ -424,7 +424,8 @@ Describe 'Integrated Command Functions' End End -# Describe 'cmd_grep' +# Describe 'cmd_grep' is not needed (fully covered in pass_spec.sh) + # Describe 'cmd_gitconfig' # Describe 'cmd_help' # Describe 'cmd_init'