diff options
author | Jakob Unterwurzacher | 2020-07-12 15:08:17 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-07-12 15:08:17 +0200 |
commit | f11432d02ab8fce306ba85e735b7c3db085f9da6 (patch) | |
tree | 3bda21f8ecea1d45bf7b5576e038167b57aa77d7 /tests/matrix/matrix_test.go | |
parent | 4d99b02279dce3ef7d37ca219d1305b81f716741 (diff) |
v2api: Getattr: use file handle if passed
Diffstat (limited to 'tests/matrix/matrix_test.go')
-rw-r--r-- | tests/matrix/matrix_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go index 6472aaa..396d15d 100644 --- a/tests/matrix/matrix_test.go +++ b/tests/matrix/matrix_test.go @@ -72,6 +72,7 @@ func TestMain(m *testing.M) { } test_helpers.ResetTmpDir(!testcase.plaintextnames) opts := []string{"-zerokey"} + //opts = append(opts, "-fusedebug") opts = append(opts, fmt.Sprintf("-openssl=%v", testcase.openssl)) opts = append(opts, fmt.Sprintf("-plaintextnames=%v", testcase.plaintextnames)) opts = append(opts, fmt.Sprintf("-aessiv=%v", testcase.aessiv)) |