This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
240
Wiki
Activity
Browse Source
Merge commit 'refs/pull/562/head' of
https://github.com/sstephenson/rbenv
pull/487/head^2
Mislav Marohnić
10 years ago
parent
3a265c1af9
024bee1a6f
commit
55f692ba9c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/test_helper.bash
+ 1
- 1
test/test_helper.bash
View File
@ -8,7 +8,7 @@ else
echo
"rbenv: failed to load \`realpath' builtin"
>
&
2
exit
1
fi
RBENV_TEST_DIR
=
"
${
BATS_TMPDIR
}
/rbenv
"
RBENV_TEST_DIR
=
"
$(
mktemp -d --tmpdir
=
$BATS_TMPDIR
rbenv.bats.XXX
)
"
fi
# guard against executing this block twice due to bats internals
Write
Preview
Loading…
Cancel
Save