1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-18 00:03:45 -05:00

v20141106

This commit is contained in:
Yamashita Yuu
2014-11-06 09:41:22 -08:00
parent a797bb6d88
commit 7220044b49
3 changed files with 13 additions and 4 deletions

View File

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