lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 2622ccb7cce761231474c2d845d4ef99ff653267
parent 4cf0ad1f3f1bc49cf3ef65d7fb1793d9e70079ac
Author: Sean Enck <sean@ttypty.com>
Date:   Tue,  5 Oct 2021 18:20:58 -0400

globbing test

Diffstat:
Mtests/expected.log | 4++++
Mtests/run.sh | 1+
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/tests/expected.log b/tests/expected.log @@ -1,5 +1,9 @@ +keys/one: +test +keys/one2: +test2 keys/one keys/one2 diff --git a/tests/run.sh b/tests/run.sh @@ -22,6 +22,7 @@ git -C $LOCKBOX_STORE commit -am "init" _run() { echo "test" | $BIN/lb insert keys/one echo "test2" | $BIN/lb insert keys/one2 + $BIN/lb show keys/* echo -e "test3\ntest4" | $BIN/lb insert keys2/three $BIN/lb ls $BIN/lb-pwgen -special -length 10