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

v20150326

This commit is contained in:
Yamashita Yuu
2015-03-26 23:13:55 +09:00
parent 431761d125
commit ab2aa6d13b
3 changed files with 9 additions and 2 deletions

View File

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