Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove echo headlines. | 2020-12-17 | 1 | -3/+1 | |
| | |||||
* | Add tests for the environment related commands in csh. While here, print a | 2017-12-18 | 3 | -3/+26 | |
| | | | | descriptive header before each test, inspired by the many others in regress. | ||||
* | Add a variable referencing the csh binary to test. | 2017-11-16 | 2 | -4/+7 | |
| | |||||
* | Add missing RCS IDs and zap redundant SRCS from Makefile. | 2017-07-22 | 2 | -1/+4 | |
| | |||||
* | The first version of the edit program used to test csh, ksh and mail was based | 2017-07-19 | 1 | -39/+38 | |
| | | | | | | | | | | | | | | | on the following reasoning: once the program to test has written some data it has entered the main-loop and is by now ready to receive user input. At this point it should be safe to start writing input and once the program once again enters a blocking reading state, its done processing the input. This approach was sensitive to timing and determining when a shell is done processing its input (if ever) is tricky. This iteration of the edit program takes a new approach and uses presence of a prompt for synchronisation of I/O. It doesn't solve all problems but is a step in the right direction. Joint work with bluhm@ | ||||
* | Do not suppress what's going on. | 2017-07-06 | 1 | -1/+1 | |
| | |||||
* | Add tests for all features of file completion in csh. | 2017-07-06 | 1 | -9/+14 | |
| | |||||
* | Make sure to abort loops when pressing ^C in csh. | 2017-06-22 | 1 | -0/+1 | |
| | | | | Regression found by deraadt@ | ||||
* | Add regression tests for the filec feature in csh. | 2017-06-21 | 2 | -0/+118 | |