diff options
author | Jakob Unterwurzacher | 2025-06-20 21:07:57 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-07-09 19:28:09 +0200 |
commit | ac2493d0fb26155b17ecbe35751534e6f50dc548 (patch) | |
tree | 121d153396b081983261e75f87f21f374618700c /tests/reverse/main_test.go | |
parent | 386232f39ede046d6453a0990ad40f2d86a26f53 (diff) |
tests: reverse: add TestIssue927 exclude test
Also, run plaintextnames test first to
make it easier to spot what's wrong.
https://github.com/rfjakob/gocryptfs/issues/927
Diffstat (limited to 'tests/reverse/main_test.go')
-rw-r--r-- | tests/reverse/main_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reverse/main_test.go b/tests/reverse/main_test.go index 6a3ed9b..62d9334 100644 --- a/tests/reverse/main_test.go +++ b/tests/reverse/main_test.go @@ -39,8 +39,8 @@ func TestMain(m *testing.M) { plaintextnames bool deterministic_names bool }{ - {false, false}, {true, false}, + {false, false}, {false, true}, } for i, tc := range testcases { |