aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_examples.py
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-01-05 09:37:00 -0800
committerNikolaus Rath <Nikolaus@rath.org>2017-01-12 15:19:04 -0800
commit9f96db71252fc66b72c433e2ca0d49e031c6a5fd (patch)
tree494132dae14dba3de18a9013f2299cfc37cceda5 /test/test_examples.py
parent3006686b536942f6f96675e3d12b793087e78e6a (diff)
downloadlibfuse-9f96db71252fc66b72c433e2ca0d49e031c6a5fd.tar.gz
Added experimental support for building with Meson+Ninja
Diffstat (limited to 'test/test_examples.py')
-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 cfd6734..92a67c0 100755
--- a/test/test_examples.py
+++ b/test/test_examples.py
@@ -77,7 +77,7 @@ def test_passthrough(tmpdir, name, debug):
wait_for_mount(mount_process, mnt_dir)
work_dir = pjoin(mnt_dir, src_dir)
- subprocess.check_call([ os.path.join(basename, 'test', 'test'),
+ subprocess.check_call([ os.path.join(basename, 'test', 'test_syscalls'),
work_dir, ':' + src_dir ])
tst_write(work_dir)