Skip to content

Test builtin

Michael Aaron Murphy requested to merge paezao:test-builtin into master

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

Merge request reports