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

v20141008

This commit is contained in:
Makoto Sasaki
2014-10-08 19:29:20 +09:00
parent 4d15d21f0f
commit ff995b6654
3 changed files with 7 additions and 3 deletions

View File

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