aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-08-06 11:06:42 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-08-06 11:07:23 +0200
commitd141ea44c1d901c27f61865808e8c5f9801b2606 (patch)
tree790fbd2e8aeb01426edb9bb2ed9c04f62f78aafe /test
parent6ac4046bee1763081d78fab555dc8c4ecd24078d (diff)
downloadsshfs-d141ea44c1d901c27f61865808e8c5f9801b2606.tar
sshfs-d141ea44c1d901c27f61865808e8c5f9801b2606.tar.gz
sshfs-d141ea44c1d901c27f61865808e8c5f9801b2606.tar.bz2
sshfs-d141ea44c1d901c27f61865808e8c5f9801b2606.zip
Re-enabled writeback cache.
Fixes: #72.
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_sshfs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_sshfs.py b/test/test_sshfs.py
index 446a617..224179f 100755
--- a/test/test_sshfs.py
+++ b/test/test_sshfs.py
@@ -66,7 +66,8 @@ def test_sshfs(tmpdir, debug, cache_timeout, sync_rd,
cmdline += [ '-o', 'sync_readdir' ]
if writeback:
- cmdline += [ '-o', 'writeback_cache=yes' ]
+ cmdline += [ '-o', 'writeback_cache=yes',
+ '-o', 'unreliable_append' ]
else:
cmdline += [ '-o', 'writeback_cache=no' ]