From 629d0a5ad7307b4a3b5fb4b87c432a76ac256c1a Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 24 May 2021 14:27:34 +0200 Subject: [PATCH] tests: re-enable TestInoReuseEvil Problem in go-fuse has long been fixed. --- tests/plaintextnames/plaintextnames_test.go | 4 ++-- 1 file 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