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

Fix broken version-dependent test

Broken in dcca61c0bc
This commit is contained in:
Mislav Marohnić
2015-11-14 12:21:16 +00:00
parent c30e096a54
commit 8f87f43e22

View File

@@ -5,7 +5,7 @@ load test_helper
@test "blank invocation" {
run rbenv
assert_success
assert [ "${lines[0]}" = "rbenv 0.4.0" ]
assert_line 0 "$(rbenv---version)"
}
@test "invalid command" {