1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-18 16:47:04 -05:00

v20150226

This commit is contained in:
Yamashita Yuu
2015-02-26 11:34:53 +09:00
parent 4540967250
commit 95ab7d1892
3 changed files with 8 additions and 2 deletions

View File

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