Test builtin
Created by: paezao
Problem: test could be a lot faster if it was a builtin command
Solution: Copied test from coreutils and changed it to work in ion.
Changes introduced by this pull request:
- Copied the code
- Made it use BufWriter instead of Stdout
- Changed the error chaining so it doesn't crash ion
State: ready