| Commit message (Collapse) | Author | Age |
|
|
|
| |
For some reason it had a number of not working bwipeout! commands. execute()
successfully hid the failures, command() is not that permissive.
|
|
|
|
|
|
|
|
|
|
| |
Hope this will make people using feed_command less likely: this hides bugs.
Already found at least two:
1. msgpackparse() will show internal error: hash_add() in case of duplicate
keys, though it will still work correctly. Currently silenced.
2. ttimeoutlen was spelled incorrectly, resulting in option not being set when
expected. Test was still functioning somehow though. Currently fixed.
|
| |
|
| |
|
| |
|
|
|
|
| |
The patch was merged into master at f104ce2d.
|
|
The original test did also create additional auxiliary files which where never
used. They are not created any longer.
|