1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 20:43:48 -05:00

Update OpenSSL to 1.0.1q (fixes #496)

This commit is contained in:
Yamashita, Yuu
2015-12-07 01:22:57 +00:00
parent 96bfa1532d
commit 28766056b2
64 changed files with 64 additions and 64 deletions

View File

@@ -10,7 +10,7 @@ if [ "$FIXTURE_ROOT" != "$BATS_TEST_DIRNAME/fixtures" ]; then
fi
teardown() {
rm -fr "$TMP"/*
rm -fr "${TMP:?}"/*
}
stub() {