aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_functions
Commit message (Collapse)AuthorAge
* Define a common `mktemp` for testsGravatar Kevin Ballard2014-11-24
GNU and BSD `mktemp` handle options differently, and it's a useful utility for tests. As such, define a common `mktemp` function wrapper for the test suite. It might actually be nice to expand this for more flags and support it globally, but that may result in confusion for any users of BSD mktemp that expect to be running /bin/mktemp.