From bb3770f38a01f4032a717b4a07087a166482d0fe Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 5 Jun 2017 06:57:36 -0400 Subject: example/passthrough_ll: added write support --- test/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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: -- cgit v1.2.3