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

v20150719

This commit is contained in:
Yamashita, Yuu
2015-07-19 13:07:24 +09:00
parent 294738842c
commit 7f32e96c28
3 changed files with 11 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ load test_helper
@test "blank invocation" {
run pyenv
assert_success
assert [ "${lines[0]}" == "pyenv 20150601" ]
assert [ "${lines[0]}" == "pyenv 20150719" ]
}
@test "invalid command" {