aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-04-12Updated Vagrant test setupMartin Pärtel-2/+2
2024-06-05Warn that lock forwarding does not forward flock() on FreeBSD.Martin Pärtel-16/+20
2023-11-27Merge pull request #150 from hartwork/macos-ciMartin Pärtel-21/+18
2023-11-27Fix five typos pointed out by codespellSebastian Pipping-1/+1
2023-11-20odirect_write.c: Resolve unused variable "total_size"Sebastian Pipping-3/+0
2023-11-20src|tests: Address warning -Wstrict-prototypesSebastian Pipping-18/+18
2023-11-14odirect_write.c: Address warning -Wsign-compareSebastian Pipping-1/+1
2023-11-09Support negative --{uid,gid}-offsetMartin Pärtel-0/+34
2023-07-15Rewrite socket files test in pure RubyMarat Radchenko-9/+9
2023-07-15Support for fuse-tMartin Pärtel-1/+4
2023-07-15Unit test for socket files.Martin Pärtel-0/+14
2022-10-17Fixed --resolve-symlinks when mountpoint name starts with source dir name.Martin Pärtel-6/+69
2022-06-24Revert "Skip test if unshare was not possible"Martin Pärtel-4/+3
2022-06-23Allow test dirs to exist before creationSergei Shilovsky-3/+3
2022-06-23commentSergei Shilovsky-0/+1
2022-06-23test --map-passwd-rev and --map-shadow-revSergei Shilovsky-0/+13
2022-06-23Skip test if unshare was not possibleSergei Shilovsky-3/+4
2021-05-04Cleanups.Martin Pärtel-1/+1
2021-02-14Run test "preserves readdir inode numbers" unless fuse3 < 3.10.2Martin Pärtel-1/+5
2021-02-14(cleanups)Martin Pärtel-2/+2
2021-02-13Refactored and unit-tested filter_special_opts. Shaved a bunch of yaks on the...Martin Pärtel-12/+184
2021-02-13filter_special_opts: added test caseMartin Pärtel-0/+10
2021-01-30Disabled test "preserves readdir inode numbers" in FUSE 3 mode for now.Martin Pärtel-10/+12
2021-01-30Tests to use fusermount3 if installedMartin Pärtel-3/+6
2021-01-30Make tests run on FUSE 3 (they still fail)Martin Pärtel-3/+8
2021-01-27Initial Fuse 3 support + Support to allow some special optionsMcBane-2/+2
2021-01-24Added support for `-o fsname`Martin Pärtel-0/+7
2021-01-24Fixed tests on older Ruby versionsMartin Pärtel-2/+2
2020-05-13Fixed a line ending bug with uid/gid mapping files that I introduced when mer...Martin Pärtel-1/+1
2020-05-10Added test case for #85 and fixed a minor UX issue with it.Martin Pärtel-0/+21
2020-04-13Fixed tests with Ruby 2.7.1 or newer.Martin Pärtel-2/+5
2019-12-21Don't check that numeric UIDs and GIDs exist in user database.Martin Pärtel-1/+15
2019-06-26Resolve symlinks in readdir() so correct attributes are returned.Martin Pärtel-0/+16
2019-04-29Added --forward-odirect. bindfs now won't forward O_DIRECT by default.Martin Pärtel-2/+17
2019-04-28Fixed vagrant tests. Removed Vagrant test for Ubuntu 12.04, added 18.04.Martin Pärtel-5/+18
2019-04-28Cleanups, tests and optimizations for #74.Martin Pärtel-1/+162
2019-03-31Tests: check that `unshare` supports the required options.Martin Pärtel-1/+4
2019-03-31Test case for #73Martin Pärtel-0/+10
2018-10-09Worked around a weird race in test case "utimens on symlinks".Martin Pärtel-0/+1
2017-11-30Cleaned up PR #61.Martin Pärtel-0/+14
2017-04-19Added option: --block-devices-as-filesMartin Pärtel-0/+55
2017-04-13Document that -o dev is required for device files and test it.Martin Pärtel-0/+11
2017-03-14Run tests on FreeBSD 10.3 and fix tests so they pass.Martin Pärtel-23/+35
2017-03-12Hacked tests to work with Ruby 1.8.7 and FUSE 2.8 again.Martin Pärtel-49/+126
2017-01-29Fixed #47 by not setting `-ofsname=` when it would contain a comma.Martin Pärtel-5/+42
2016-11-16tests: Fix run make check out of placeDan Dedrick-4/+11
2016-11-16tests: fix building out of placeDan Dedrick-4/+4
2016-10-29Only compile test_dir_rewind.c on amd64.Martin Pärtel-4/+6
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