aboutsummaryrefslogtreecommitdiffstats
path: root/tests/internals
AgeCommit message (Collapse)AuthorLines
2023-11-20src|tests: Address warning -Wstrict-prototypesSebastian Pipping-14/+14
Symptom with Clang 15: > In file included from userinfo.c:20: > ./userinfo.h:38:27: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] > void invalidate_user_cache(); /* safe to call from signal handler */ > ^ > void > [many more]
2022-10-17Fixed --resolve-symlinks when mountpoint name starts with source dir name.Martin Pärtel-6/+69
Fixes #122
2021-02-14(cleanups)Martin Pärtel-2/+2
2021-02-13Refactored and unit-tested filter_special_opts. Shaved a bunch of yaks on ↵Martin Pärtel-5/+180
the way.
2021-01-27Initial Fuse 3 support + Support to allow some special optionsMcBane-2/+2
2019-04-28Fixed vagrant tests. Removed Vagrant test for Ubuntu 12.04, added 18.04.Martin Pärtel-4/+16
2016-11-16tests: Fix run make check out of placeDan Dedrick-2/+6
When building out of the place the executables are not in the same location as the scripts being called. This means that the test scripts need to be able to handle the executables being the in the current directory and the script/source files being in a different directory. This will work now work with both building in place and building out of place and can be tested as follows: /autogen.sh && mkdir -p build && cd build && ../configure && make check
2016-11-16tests: fix building out of placeDan Dedrick-4/+4
The path to the source files should be top_srcdir not top_builddir. When building in place these are both the same so this doesn't fail but is technically wrong. This change will allow both cases to work. To demonstrace how this was broken before and to ensure it is fixed now you can do the following: ./autogen.sh && mkdir -p build && cd build && ../configure && make Running make check out of place still doesn't work but that will require a bit more change.
2015-11-17Show the source dir in the first field on /etc/mtab.Martin Pärtel-1/+18
Fixes #15. Thanks @tyll!
2014-06-30Implemented rate limiter.Martin Pärtel-16/+109
Fixes #12.
2014-05-10(rm more trailing spaces)Martin Pärtel-12/+12
2013-07-22(build cleanup)Martin Pärtel-0/+1
2012-09-14Implemented my_dirname and added unit tests for it.Martin Pärtel-0/+76