aboutsummaryrefslogtreecommitdiff
path: root/internal/readpassword/extpass_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/readpassword/extpass_test.go')
-rw-r--r--internal/readpassword/extpass_test.go2
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) {