mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 06:43:53 -05:00
undo assert_output_lines in tests
It was a dumb idea and it wasn't even implemented perfectly.
This commit is contained in:
@@ -22,9 +22,11 @@ load test_helper
|
||||
|
||||
@test "shell change invalid version" {
|
||||
run rbenv-sh-shell 1.2.3
|
||||
assert_failure "\
|
||||
rbenv: version \`1.2.3' not installed
|
||||
return 1"
|
||||
assert_failure
|
||||
assert_output <<SH
|
||||
rbenv: version \`1.2.3' not installed
|
||||
return 1
|
||||
SH
|
||||
}
|
||||
|
||||
@test "shell change version" {
|
||||
|
||||
Reference in New Issue
Block a user