aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-06-05 06:57:36 -0400
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-06-05 06:57:36 -0400
commitbb3770f38a01f4032a717b4a07087a166482d0fe (patch)
treeddde6d86af52095217cdb3ee0d47d81cd1b5e8c1 /test
parent8d092c2be9083319e1c9e05dd5da1e9b7caf9fe6 (diff)
example/passthrough_ll: added write support
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_examples.py b/test/test_examples.py
index 953eeec..401f074 100755
--- a/test/test_examples.py
+++ b/test/test_examples.py
@@ -86,11 +86,11 @@ def test_passthrough(tmpdir, name, debug, capfd):
tst_statvfs(work_dir)
tst_readdir(src_dir, work_dir)
tst_open_read(src_dir, work_dir)
+ tst_open_write(src_dir, work_dir)
if not is_ll:
tst_mkdir(work_dir)
tst_rmdir(src_dir, work_dir)
tst_create(work_dir)
- tst_open_write(src_dir, work_dir)
tst_unlink(src_dir, work_dir)
tst_symlink(work_dir)
if os.getuid() == 0: