lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 1ee50f4a5f185aa6ae88ee635c3cc17c91b40b37
parent 56ecc71488a89554caaf4e24cf2d8b16ce9b1c8c
Author: Sean Enck <sean@ttypty.com>
Date:   Fri,  3 Mar 2023 20:04:35 -0500

this is actually how this should be test, clip calls clear itself

Diffstat:
Mscripts/testing/check.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/scripts/testing/check.go b/scripts/testing/check.go @@ -197,7 +197,6 @@ func execute() error { os.Setenv("LOCKBOX_CLIP_PASTE", fmt.Sprintf("touch %s", clipPasteFile)) os.Setenv("LOCKBOX_CLIP_MAX", "5") runCommand([]string{"clip", "keys/k/one2"}, nil) - runCommand([]string{"clear"}, []string{"test"}) for _, f := range []string{clipCopyFile, clipPasteFile} { if !util.PathExists(f) { fmt.Printf("missing clipboard file: %s\n", f)