From e91045315696186078e0cf06da9f829560a300bc Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 27 Nov 2019 10:29:46 +0000 Subject: 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. --- test/test_sshfs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3