1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 07:43:46 -05:00

v20140602

This commit is contained in:
Yamashita Yuu
2014-06-02 11:27:24 +09:00
parent 08b0d162b4
commit d378b274d9
3 changed files with 10 additions and 2 deletions

View File

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