diff options
Diffstat (limited to 'internal')
-rw-r--r-- | internal/readpassword/extpass_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/readpassword/extpass_test.go b/internal/readpassword/extpass_test.go index cdb800c..4af775a 100644 --- a/internal/readpassword/extpass_test.go +++ b/internal/readpassword/extpass_test.go @@ -11,7 +11,7 @@ import ( func TestMain(m *testing.M) { // Shut up info output tlog.Info.Enabled = false - m.Run() + os.Exit(m.Run()) } func TestExtpass(t *testing.T) { |