diff options
Diffstat (limited to 'tests/test_bindfs.rb')
-rwxr-xr-x | tests/test_bindfs.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_bindfs.rb b/tests/test_bindfs.rb index 5f9fc18..c068b28 100755 --- a/tests/test_bindfs.rb +++ b/tests/test_bindfs.rb @@ -755,8 +755,8 @@ testenv("--resolve-symlinks", :title => "resolving broken symlinks") do end # Issue #28 reproduction attempt. -# Flaky on fuse-t without noattrcache (2025-06-08) -testenv(if $fuse_t then "-o noattrcache" else "" end, :title => "many files in a directory") do +# Observation (2025-06-08): Flaky on fuse-t without noattrcache. Enabled by default by bindfs since. +testenv("", :title => "many files in a directory") do mkdir('src/dir') expected_entries = ['.', '..'] 10000.times do |i| |