v20141211 (fixes #288)

This commit is contained in:
Yamashita Yuu 2014-12-11 22:39:38 +09:00
parent fc49f7e21e
commit d320d74a07
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20141127"
version="20141211"
if cd "$PYENV_ROOT" 2>/dev/null; then
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"

View file

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