aboutsummaryrefslogtreecommitdiff
path: root/tests/reverse/main_test.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-06-20 21:07:57 +0200
committerJakob Unterwurzacher2025-07-09 19:28:09 +0200
commitac2493d0fb26155b17ecbe35751534e6f50dc548 (patch)
tree121d153396b081983261e75f87f21f374618700c /tests/reverse/main_test.go
parent386232f39ede046d6453a0990ad40f2d86a26f53 (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.go2
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 {