mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-17 07:43:46 -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:
@@ -38,7 +38,9 @@ else
|
||||
exit 1
|
||||
fi"
|
||||
run rbenv-completions hello happy world
|
||||
assert_success "\
|
||||
happy
|
||||
world"
|
||||
assert_success
|
||||
assert_output <<OUT
|
||||
happy
|
||||
world
|
||||
OUT
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user