1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 15:53:45 -05:00

Merge remote-tracking branch 'rbenv/master' into rbenv-20180402

This commit is contained in:
Yamashita, Yuu
2018-04-02 01:46:48 +00:00
12 changed files with 57 additions and 34 deletions

View File

@@ -26,7 +26,7 @@ setup() {
}
@test "detects local file" {
touch .python-version
echo "system" > .python-version
run pyenv-version-origin
assert_success "${PWD}/.python-version"
}