1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 22:33:52 -05:00

v20140404

This commit is contained in:
Yamashita Yuu
2014-04-04 13:16:09 +09:00
parent 83e820d869
commit 3cde540ca0
3 changed files with 14 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-20140317" ]
assert [ "${lines[0]}" == "pyenv 0.4.0-20140404" ]
}
@test "invalid command" {