aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-05-24 14:27:34 +0200
committerJakob Unterwurzacher2021-05-26 13:17:56 +0200
commit629d0a5ad7307b4a3b5fb4b87c432a76ac256c1a (patch)
treec799f14c5661a8ec68421d3f03cb8cbb9f8e8376 /tests
parent8bccd3b4bf18d6505723b1c5ae30de4bbaad126e (diff)
tests: re-enable TestInoReuseEvil
Problem in go-fuse has long been fixed.
Diffstat (limited to 'tests')
-rw-r--r--tests/plaintextnames/plaintextnames_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plaintextnames/plaintextnames_test.go b/tests/plaintextnames/plaintextnames_test.go
index 2977deb..e3cf953 100644
--- a/tests/plaintextnames/plaintextnames_test.go
+++ b/tests/plaintextnames/plaintextnames_test.go
@@ -97,9 +97,9 @@ func TestFiltered(t *testing.T) {
// go-fuse: blocked for 17 seconds waiting for FORGET on i4329366
// [...]
//
+// The test runs with -plaintextnames because that makes it easier to manipulate
+// cipherdir directly.
func TestInoReuseEvil(t *testing.T) {
- t.Skip("TODO: enable this test once the problem is fixed in go-fuse")
-
for i := 0; i < 2; i++ {
n := fmt.Sprintf("%s.%d", t.Name(), i)
pPath := pDir + "/" + n