Loading test/test_helper.bash +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ if [ "$FIXTURE_ROOT" != "$BATS_TEST_DIRNAME/fixtures" ]; then fi teardown() { rm -fr "$TMP"/* rm -fr "${TMP:?}"/* } stub() { Loading Loading
test/test_helper.bash +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ if [ "$FIXTURE_ROOT" != "$BATS_TEST_DIRNAME/fixtures" ]; then fi teardown() { rm -fr "$TMP"/* rm -fr "${TMP:?}"/* } stub() { Loading