mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-09 12:03:49 -05:00
Just a style issue; use export instead of unset like other variables
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
load test_helper
|
||||
export PYTHON_BUILD_SKIP_MIRROR=1
|
||||
export PYTHON_BUILD_CACHE_PATH="$TMP/cache"
|
||||
unset PYTHON_BUILD_ARIA2_OPTS
|
||||
export PYTHON_BUILD_ARIA2_OPTS=
|
||||
|
||||
setup() {
|
||||
mkdir "$PYTHON_BUILD_CACHE_PATH"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
load test_helper
|
||||
export PYTHON_BUILD_SKIP_MIRROR=1
|
||||
export PYTHON_BUILD_CACHE_PATH=
|
||||
unset PYTHON_BUILD_ARIA2_OPTS
|
||||
export PYTHON_BUILD_ARIA2_OPTS=
|
||||
|
||||
|
||||
@test "package URL without checksum" {
|
||||
|
||||
@@ -4,7 +4,7 @@ load test_helper
|
||||
export PYTHON_BUILD_SKIP_MIRROR=
|
||||
export PYTHON_BUILD_CACHE_PATH=
|
||||
export PYTHON_BUILD_MIRROR_URL=http://mirror.example.com
|
||||
unset PYTHON_BUILD_ARIA2_OPTS
|
||||
export PYTHON_BUILD_ARIA2_OPTS=
|
||||
|
||||
|
||||
@test "package URL without checksum bypasses mirror" {
|
||||
|
||||
Reference in New Issue
Block a user