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

v20150901

This commit is contained in:
Josh Friend
2015-09-01 13:59:13 -04:00
parent 5ba585769b
commit 193e64b6b2
3 changed files with 13 additions and 2 deletions

View File

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