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

v20140705 (fixes #204)

This commit is contained in:
Yamashita Yuu
2014-07-06 00:35:50 +09:00
parent a661e14580
commit b8a7de8a3c
3 changed files with 7 additions and 2 deletions

View File

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