mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-04 16:21:12 +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
|
||||
|
||||
teardown() {
|
||||
rm -fr "$TMP"/*
|
||||
rm -fr "${TMP:?}"/*
|
||||
}
|
||||
|
||||
stub() {
|
||||
|
|
Loading…
Reference in a new issue