Removed todo.org since its not really used

main
TuDatTr 2021-02-09 20:20:02 +01:00
parent dd3bdf6667
commit 118203244b
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
Testcases:
- [x] trace01.txt - Properly terminate on EOF.
- [x] trace02.txt - Process builtin quit command.
- [x] trace03.txt - Run a foreground job.
- [ ] trace04.txt - Run a background job.
- [ ] trace05.txt - Process jobs builtin command.
- [ ] trace06.txt - Forward SIGINT to foreground job.
- [ ] trace07.txt - Forward SIGINT only to foreground job.
- [ ] trace08.txt - Forward SIGTSTP only to foreground job.
- [ ] trace09.txt - Process bg builtin command
- [ ] trace10.txt - Process fg builtin command.
- [ ] trace11.txt - Forward SIGINT to every process in foreground process group
- [ ] trace12.txt - Forward SIGTSTP to every process in foreground process group
- [ ] trace13.txt - Restart every stopped process in process group
- [ ] trace14.txt - Simple error handling
- [ ] trace15.txt - Putting it all together