diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/matrix/matrix_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go index 2bd5b9f..1580328 100644 --- a/tests/matrix/matrix_test.go +++ b/tests/matrix/matrix_test.go @@ -36,8 +36,7 @@ func TestMain(m *testing.M) { for _, openssl := range []bool{true, false} { for _, plaintextnames = range []bool{true, false} { if testing.Verbose() { - fmt.Printf("Testing openssl=%v plaintextnames=%v\n", openssl, plaintextnames) - + fmt.Printf("matrix: testing openssl=%v plaintextnames=%v\n", openssl, plaintextnames) } test_helpers.ResetTmpDir(plaintextnames) opts := []string{"--zerokey"} |