aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2019-11-27 10:29:46 +0000
committerNikolaus Rath <Nikolaus@rath.org>2019-11-27 10:30:35 +0000
commite91045315696186078e0cf06da9f829560a300bc (patch)
tree2fc369a2a44b0818fb50b8cc34851ff24b628fef /test
parent28c22270f8b2bd1d65245d0417ec941a1dd6b1ec (diff)
downloadsshfs-e91045315696186078e0cf06da9f829560a300bc.tar
sshfs-e91045315696186078e0cf06da9f829560a300bc.tar.gz
sshfs-e91045315696186078e0cf06da9f829560a300bc.tar.bz2
sshfs-e91045315696186078e0cf06da9f829560a300bc.zip
Disable buflimit workaround by default.
The corresponding bug in OpenSSH has been fixed in 2007 (cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365541#37), so this shouldn't be needed anymore.
Diffstat (limited to 'test')
-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