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

v20150404

This commit is contained in:
Josh Friend
2015-05-04 08:24:23 -04:00
parent 6f40dae3d7
commit 275bc652a4
3 changed files with 10 additions and 3 deletions

View File

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