mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-11 11:41:14 +02:00
commit
d65e2d1013
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if [ "$FIXTURE_ROOT" != "$BATS_TEST_DIRNAME/fixtures" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
teardown() {
|
teardown() {
|
||||||
rm -fr "$TMP"/*
|
rm -fr "${TMP:?}"/*
|
||||||
}
|
}
|
||||||
|
|
||||||
stub() {
|
stub() {
|
||||||
|
|
Loading…
Reference in a new issue