toolbox/test/system/libs
Debarshi Ray ea91335ebb test/system: Limit the scope of temporary files used by a single test
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
2023-06-30 20:45:48 +02:00
..
bats-assert@d750c5a1b4 test/system: Track bats libs as submodules & install them better 2021-07-22 10:23:53 +02:00
bats-support@24a72e1434 test/system: Track bats libs as submodules & install them better 2021-07-22 10:23:53 +02:00
helpers.bash test/system: Limit the scope of temporary files used by a single test 2023-06-30 20:45:48 +02:00