cadejacobson / crush

Crush (AKA Cade's RUst SHell) is a rust implementation of a modern shell.
MIT License
0 stars 0 forks source link

Improve testing coverage #18

Closed cadejacobson closed 3 months ago

cadejacobson commented 4 months ago

Add ways to test that file input/output or piped input/output continue to work.

Ex: sort < ./test/unsorted.txt or cat ./test/unsorted.txt | grep "l"

cadejacobson commented 4 months ago

Outputting to a file will also help to ensure GitHub Actions can find it.