summaryrefslogtreecommitdiffstats
path: root/regress/bin/ksh/edit (follow)
Commit message (Expand)AuthorAgeFilesLines
* As in emacs.sh -r1.11 by jca, don't test the behavior of ^L. Withtb2020-09-201-3/+2
* Don't test the behavior of ^L as it depends on $TERMjca2019-04-031-5/+1
* Add tests for emacs editing mode in ksh. While here, improve the output on testanton2017-11-212-12/+245
* Do not exit 0 if the program was terminated due to receipt of a signal otheranton2017-11-211-2/+11
* Make the edit regress tests respect the KSH variable just like the main regressanton2017-08-224-7/+13
* Add missing RCS IDs and zap redundant SRCS from Makefile.anton2017-07-224-0/+7
* The first version of the edit program used to test csh, ksh and mail was basedanton2017-07-194-40/+73
* anton@ has fixed the test script so that it can run as root. Removebluhm2017-07-061-6/+4
* Favor a UID-agnostic prompt in ksh edit mode tests. Allows the tests to passanton2017-07-052-111/+111
* Revert previously added tests for file completion that are currently failing.anton2017-07-052-26/+1
* Add tests for file completion in ksh emacs mode, currently failing.anton2017-07-052-4/+29
* Switch to build user if run as root. Prompt output $ or # affects test.bluhm2017-07-041-2/+5
* Capture SIGINT and print out all received output so far. Useful when debugginganton2017-06-251-7/+9
* Fix EOL tests for ksh vi mode.anton2017-06-201-4/+4
* Don't write input if ICANON is enabled. Also, write one byte at a time.anton2017-06-181-1/+7
* Pass the command to execute as an argument. Allows the edit program to beanton2017-06-172-6/+17
* Test insertion of unmatched meta sequence.anton2017-06-061-0/+3
* Test insertion of non-ASCII characters, in particular making sureschwarze2017-06-051-0/+59
* Add new edit regress files.anton2017-06-055-0/+378