1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 20:43:48 -05:00
This commit is contained in:
Yamashita, Yuu
2016-08-15 04:42:50 +00:00
parent 3a1379cb34
commit 66c8ca6cff
6 changed files with 10 additions and 8 deletions

View File

@@ -38,10 +38,6 @@ ensure_not_found_in_path() {
done
}
setup() {
ensure_not_found_in_path aria2c
}
teardown() {
rm -fr "${TMP:?}"/*
}