1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 23:33:45 -05:00

Fix broken tests

This commit is contained in:
Yamashita Yuu
2014-01-03 02:05:40 +09:00
parent 88922e2bc0
commit 3dd9332eee
9 changed files with 62 additions and 47 deletions

View File

@@ -29,8 +29,8 @@ create_executable() {
run pyenv-completions exec
assert_success
assert_output <<OUT
rake
python
rake
OUT
}