Home

go-spectre @main - refs - log -
-
https://git.jolheiser.com/go-spectre.git
Go implementation for spectre/masterpassword
tree log patch
fix tests Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQBmAHmh1uqR8IWKJssN0cL7zx7YSxwYCPPSWQYCIeXmKnGbbmtDMwITBOG6//Rhlid 8xPzonR2PT9U0tG+i1EAU= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
2 days ago
1 changed files, 2 additions(+), 0 deletions(-)
M cmd/spectre/main_test.go -> cmd/spectre/main_test.go
diff --git a/cmd/spectre/main_test.go b/cmd/spectre/main_test.go
index a6af8e0c31042da746e928e33a7cb032efcf69d2..893b7d54581fd5d7e5f66ac128b5c665a52bc147 100644
--- a/cmd/spectre/main_test.go
+++ b/cmd/spectre/main_test.go
@@ -21,9 +21,11 @@ 		t.Run(tc.ID, func(t *testing.T) {
 			args := []string{
 				"--username", tc.UserName,
 				"--secret", tc.UserSecret,
+				"--secret-file", "",
 				"--template", tc.ResultType,
 				"--counter", tc.KeyCounter,
 				"--scope", tc.KeyPurpose,
+				"--print",
 				tc.SiteName,
 			}