ea91335ebb
BATS_TMPDIR is the base directory used by Bats for all temporary files and directories, and BATS_TEST_TMPDIR is unique to each test [1]. It's better to limit the scope of the tests' temporary files as much as possible to avoid unexpected collisions with Bats' own internal temporary files. [1] https://bats-core.readthedocs.io/en/stable/writing-tests.html https://github.com/containers/toolbox/pull/1327 |
||
---|---|---|
.. | ||
bats-assert@d750c5a1b4 | ||
bats-support@24a72e1434 | ||
helpers.bash |