libfuse/test
Anthony Rebello aaa5c0931e Fixes 477, optional src_dir in tst_(rmdir,unlink) (#493)
tst_rmdir and tst_unlink now pass for passthrough_hp.

Previously, tst_rmdir and tst_unlink created the directory / file
using src_dir, causing the test to fail as the cache was stale.
Now, the src_dir is optional. When cache is enabled, tst_rmdir
and tst_unlink do not provide a src_dir, forcing the test to
use mnt_dir itself.
2020-01-25 10:17:09 +00:00
..
.gitignore Added write cache tests. 2016-10-10 11:07:38 -07:00
conftest.py Fix output checking in test cases 2019-07-04 21:20:41 +01:00
lsan_suppress.txt Only use valgrind if requested explicitly + enable address sanitizer 2017-01-12 15:19:04 -08:00
meson.build Do not fail "ninja test" when running as subproject 2018-10-19 14:17:48 -07:00
pytest.ini Skip tests if not root and no setuid fusermount3. 2017-01-10 14:42:26 -08:00
stracedecode.c libfuse: add readdirplus support in fuse_lowlevel_ops 2013-02-07 14:58:50 +01:00
test_ctests.py Invoke cleanup() with right arguments. 2019-11-20 11:38:33 +00:00
test_examples.py Fixes 477, optional src_dir in tst_(rmdir,unlink) (#493) 2020-01-25 10:17:09 +00:00
test_setattr.c Don't use -o auto_unmount under FreeBSD. 2017-08-24 20:50:44 +02:00
test_syscalls.c Avoid gcc 9.1 strncpy(3) warnings (#447) 2019-08-29 20:28:29 +01:00
test_write_cache.c test_write_cache: Use fuse_session_exit() to stop filesystem thread 2018-07-23 11:02:57 +01:00
travis-build.sh Added new example filesystem 2019-05-09 14:16:37 -05:00
travis-install.sh Travis CI: Use Xenial instead of Trusty. 2019-02-27 21:20:58 +00:00
util.py Kill filesystem process on test cleanup. 2018-11-24 20:51:34 +00:00
wrong_command.c Do not fail "ninja test" when running as subproject 2018-10-19 14:17:48 -07:00