Loading test/build.bats +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ export CC=cc export -n RUBY_CONFIGURE_OPTS setup() { ensure_not_found_in_path aria2c mkdir -p "$INSTALL_ROOT" stub md5 false stub aria2c false Loading test/cache.bats +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ export RUBY_BUILD_CACHE_PATH="$TMP/cache" export RUBY_BUILD_ARIA2_OPTS= setup() { ensure_not_found_in_path aria2c mkdir "$RUBY_BUILD_CACHE_PATH" } Loading test/fetch.bats +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ export RUBY_BUILD_SKIP_MIRROR=1 export RUBY_BUILD_CACHE_PATH= setup() { ensure_not_found_in_path aria2c export RUBY_BUILD_BUILD_PATH="${TMP}/source" mkdir -p "${RUBY_BUILD_BUILD_PATH}" } Loading test/hooks.bats +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ load test_helper setup() { ensure_not_found_in_path aria2c export RBENV_ROOT="${TMP}/rbenv" export HOOK_PATH="${TMP}/i has hooks" mkdir -p "$HOOK_PATH" Loading test/rbenv.bats +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ load test_helper export RBENV_ROOT="${TMP}/rbenv" setup() { ensure_not_found_in_path aria2c stub rbenv-hooks 'install : true' stub rbenv-rehash 'true' } Loading Loading
test/build.bats +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ export CC=cc export -n RUBY_CONFIGURE_OPTS setup() { ensure_not_found_in_path aria2c mkdir -p "$INSTALL_ROOT" stub md5 false stub aria2c false Loading
test/cache.bats +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ export RUBY_BUILD_CACHE_PATH="$TMP/cache" export RUBY_BUILD_ARIA2_OPTS= setup() { ensure_not_found_in_path aria2c mkdir "$RUBY_BUILD_CACHE_PATH" } Loading
test/fetch.bats +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ export RUBY_BUILD_SKIP_MIRROR=1 export RUBY_BUILD_CACHE_PATH= setup() { ensure_not_found_in_path aria2c export RUBY_BUILD_BUILD_PATH="${TMP}/source" mkdir -p "${RUBY_BUILD_BUILD_PATH}" } Loading
test/hooks.bats +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ load test_helper setup() { ensure_not_found_in_path aria2c export RBENV_ROOT="${TMP}/rbenv" export HOOK_PATH="${TMP}/i has hooks" mkdir -p "$HOOK_PATH" Loading
test/rbenv.bats +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ load test_helper export RBENV_ROOT="${TMP}/rbenv" setup() { ensure_not_found_in_path aria2c stub rbenv-hooks 'install : true' stub rbenv-rehash 'true' } Loading