1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-11-17 11:42:33 +01:00
bats/test
Daniel Hahler 9e3972e7e7 Safe-guard for rm -f /*
While looking at the source, I've seen this and imagined what might
happen if some test causes unsetting of $TMP, or if the setup method
would not be called for some reason.

As a sidenote, I've wondered why BATS_TMPDIR is not used here.
2014-03-13 22:41:41 +01:00
..
fixtures Support single-line test definitions 2013-11-17 13:04:57 -06:00
tmp Test that setup runs once before each test 2011-12-28 20:46:24 -06:00
bats.bats Support single-line test definitions 2013-11-17 13:04:57 -06:00
suite.bats Extended syntax: "begin" line before each test is run 2013-10-21 11:32:09 -05:00
test_helper.bash Safe-guard for rm -f /* 2014-03-13 22:41:41 +01:00