aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)AuthorLines
2016-10-15Always skip valgrind for ioctl tests due to false negatives.Martin Pärtel-2/+4
2016-10-15Fix #41 (seeking in directory).Martin Pärtel-1/+97
Since version 1.31.1, bindfs has implemented readdir by always reading the entire directory and passing 0 offset to filler, but this does not work if the same directory pointer is rewound and reused. We remove the opendir and closedir implementations (which FUSE permits) and now always opendir() and closedir() in readdir. Alternatively we could have added a rewinddir() to our readdir.
2016-07-31Implemented --enable-lock-forwarding.Martin Pärtel-1/+110
This should address #36.
2016-07-31Added option --enable-ioctl to forward ioctl() calls.Martin Pärtel-0/+21
This should address #37.
2016-05-03Basic tests for --uid-offset and --gid-offset.Martin Pärtel-0/+33
2016-05-03Minor cleanups.Martin Pärtel-0/+0
2016-03-30Added test case for issue #30 and improved an earlier test case.Martin Pärtel-4/+25
2016-03-10Fix argument order of `usermod` in test for some distros.Martin Pärtel-1/+1
2016-01-19Added a test case for reading the entries of a large directory.Martin Pärtel-0/+12
2015-11-17Show the source dir in the first field on /etc/mtab.Martin Pärtel-1/+18
Fixes #15. Thanks @tyll!
2015-11-15Use `usermod user -G group -a` instead of `adduser user group` in a test.Martin Pärtel-1/+1
This makes it compatible with at least Fedora.
2015-11-15Define _DEFAULT_SOURCE when defining _BSD_SOURCE.Martin Pärtel-1/+4
_BSD_SOURCE has been deprecated in favor of _DEFAULT_SOURCE but both can remain defined for backwards-compatibility.
2015-11-15Fixed some root tests to use `nobody_group`.Martin Pärtel-4/+4
2015-11-15Use gid of user nobody for testsTill Maas-31/+32
There is no nogroup in Fedora, therefore use the gid of the nobody user.
2015-09-20Implemented --resolved-symlink-deletion and added tests.Martin Pärtel-1/+186
2014-09-07Tests: use sudo instead of su.Martin Pärtel-3/+3
BSD su is different, apparently.
2014-06-30Implemented rate limiter.Martin Pärtel-16/+109
Fixes #12.
2014-05-10(rm more trailing spaces)Martin Pärtel-35/+35
2014-05-10Use lutimes() when utimensat() unavailable (#6).Martin Pärtel-31/+29
2014-05-10Fix tests (#14)Martin Pärtel-21/+32
2014-05-10(removed trailing spaces)Martin Pärtel-33/+33
2014-05-09Remove fuse utimens dependency for OSXLee Hanxue-3/+9
2013-09-23Implement fuse_utimens instead of fuse_utime.Martin Pärtel-1/+49
Fixes utime'ing symlinks. Seems to also fix an attribute caching problem.
2013-07-22Rename chmod-perms to chmod-filter.Martin Pärtel-1/+1
2013-07-22Merge remote-tracking branch 'antage/master'Martin Pärtel-0/+8
2013-07-22(build cleanup)Martin Pärtel-4/+1
2013-07-22Alter chmod permissions when using --chmod-permsAnton Ageev-0/+8
2013-05-07Add -pthread to LDFLAGSMartin Pärtel-0/+1
fuse's pkg-config no longer includes it.
2012-09-15tests: fail test on nonsuccessful exit codeMartin Pärtel-1/+6
2012-09-14Added unit test for setgid behavior.Martin Pärtel-0/+13
2012-09-14Implemented my_dirname and added unit tests for it.Martin Pärtel-0/+80
2012-07-04Cache user data for user_belongs_to_group().Martin Pärtel-5/+33
This considerably speeds up --mirror @group.
2012-06-18Added --valgrind switch to tests.Martin Pärtel-25/+44
2012-05-18Added rudimentary stress test code.Martin Pärtel-0/+145
2012-05-18Fixed --create-as-user.Martin Pärtel-1/+23
2012-04-05Made -ouse_ino and -oreaddir_ino the default to mirror inodes.Martin Pärtel-0/+62
2012-03-26Made --map affect chown/chgrp results.Martin Pärtel-2/+16
2012-03-13Added --map.Martin Pärtel-0/+60
2012-03-02A little cleanup.Martin Pärtel-23/+26
2012-03-02A test case for --mirror.Martin Pärtel-0/+8
2012-01-25Added option --realistic-permissions.Martin Pärtel-8/+27
2012-01-24Added --hide-hard-links option.Martin Pärtel-1/+8
Patch by fbogner http://code.google.com/p/bindfs/issues/detail?id=17
2012-01-24Ruby 1.9 fixes to tests.Martin Pärtel-3/+4
2011-07-22Tests: clarified that having to wait for fuse4bsd is a fuse4bsd bug.Martin Pärtel-3/+2
2011-07-22Tests: check that the mount appears in `mount`.Martin Pärtel-1/+5
2011-07-22Tests: wait 0.5s for mount to be ready on FreeBSD.Martin Pärtel-0/+8
2011-07-22Tests: todo about better error handlingMartin Pärtel-1/+2
2011-07-08Initial commit to git.Martin Pärtel-0/+407