aboutsummaryrefslogtreecommitdiff
path: root/test/test_sshfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_sshfs.py')
-rwxr-xr-xtest/test_sshfs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_sshfs.py b/test/test_sshfs.py
index d873a63..71cbd7f 100755
--- a/test/test_sshfs.py
+++ b/test/test_sshfs.py
@@ -79,8 +79,7 @@ def test_sshfs(tmpdir, debug, cache_timeout, sync_rd, multiconn, capfd):
'-o', 'attr_timeout=0' ]
if multiconn:
- cmdline += [ '-o', 'max_conns=3',
- '-o', 'workaround=nobuflimit' ]
+ cmdline += [ '-o', 'max_conns=3' ]
new_env = dict(os.environ) # copy, don't modify