summaryrefslogtreecommitdiffstats
path: root/tests/common/execdir_ulimit.sh
AgeCommit message (Collapse)Author
2024-02-01tests: Don't clobber inherited FDsTavian Barnes
Rather than attempting to close any unexpected FDs, just count them and adjust our ulimit -n calls to account for them.
2023-10-22tests: Use test-specific scratch directoriesTavian Barnes
2023-10-19tests: Refactor implementation into separate filesTavian Barnes
2022-10-20tests: Add a helper for cleaning scratchTavian Barnes
And try to unmount things if the a test left them mounted.
2022-10-19tests: Split test cases into separate filesTavian Barnes