diff options
author | Jakob Unterwurzacher | 2021-05-24 14:27:34 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-05-26 13:17:56 +0200 |
commit | 629d0a5ad7307b4a3b5fb4b87c432a76ac256c1a (patch) | |
tree | c799f14c5661a8ec68421d3f03cb8cbb9f8e8376 /tests/plaintextnames | |
parent | 8bccd3b4bf18d6505723b1c5ae30de4bbaad126e (diff) |
tests: re-enable TestInoReuseEvil
Problem in go-fuse has long been fixed.
Diffstat (limited to 'tests/plaintextnames')
-rw-r--r-- | tests/plaintextnames/plaintextnames_test.go | 4 |
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 |