summaryrefslogtreecommitdiffstats
path: root/regress/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Test case for read-only array being not that read-only in ksh.zhuk2021-03-051-1/+14
* Fix test after change of wmesg.visa2020-12-251-0/+0
* Use regress framework.bluhm2020-12-182-13/+16
* Remove echo headlines.bluhm2020-12-172-8/+2
* As in emacs.sh -r1.11 by jca, don't test the behavior of ^L. Withtb2020-09-201-3/+2
* Adapt regress to IFS splitting correction (eval.c -r1.66)tb2020-09-131-3/+3
* Add support for set -o pipefailjca2020-07-071-1/+89
* Add test covering revision 1.64 of c_sh, fix exit code of compound listsanton2020-05-221-1/+12
* All ed(1) tests which were disabled before, have been inspected andbluhm2020-01-091-25/+21
* Don't test the behavior of ^L as it depends on $TERMjca2019-04-031-5/+1
* a handful of new tests related to expr.c rev. 1.34schwarze2019-02-211-0/+63
* Fix kill [-SIGNAME | -s SIGNAME] and simplifyjca2018-12-081-2/+1
* Basic regress test for kill -s SIG[NAME] (now failing)jca2018-12-081-1/+9
* test that PWD and OLDPWD are exportedanton2018-09-291-1/+12
* Add a test related to variable expansion that used to trigger the segfault seenanton2018-07-091-1/+4
* Add test covering variable expansion referencing multiple read-only variables.anton2018-07-081-1/+14
* After the fix to kvm_getargv(3)/kvm_getenv(3) on May 3,schwarze2018-05-091-0/+0
* Add test for proper stack reallocation in time commandkn2018-04-241-1/+12
* Support 64 bit integers on 32 bit architectures.tobias2018-04-091-0/+11
* Support integers of arbitrary length.tobias2018-04-021-1/+12
* a few more edge case tests, aiming for complete coverageschwarze2018-03-311-1/+21
* Fix overflows while handling 64 bit integers.tobias2018-03-313-2/+119
* Link ed regress to build.bluhm2018-01-141-2/+2
* Run the tests provided in /usr/src/bin/ed/test with the regressbluhm2018-01-141-0/+74
* Fix tyopsjca2018-01-121-2/+2
* Add tests for [[:foo:]] character classes in globsjca2018-01-121-0/+31
* Add basic tests for octal and hex notation in arithmetic expansionsjca2018-01-121-0/+44
* Add tests for the environment related commands in csh. While here, print aanton2017-12-183-3/+26
* 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
* Add a variable referencing the csh binary to test.anton2017-11-162-4/+7
* Add tests for history load from file.anton2017-10-231-1/+39
* Run all ksh tests with MALLOC_OPTIONS=Santon2017-10-231-6/+9
* Add HISTCONTROL tests.anton2017-08-311-1/+61
* Make the edit regress tests respect the KSH variable just like the main regressanton2017-08-224-7/+13
* Use the login name from id -p to compare with ps -o login. Thisbluhm2017-08-121-2/+2
* Add missing RCS IDs and zap redundant SRCS from Makefile.anton2017-07-226-1/+11
* The first version of the edit program used to test csh, ksh and mail was basedanton2017-07-195-79/+111
* anton@ has fixed the test script so that it can run as root. Removebluhm2017-07-061-6/+4
* Do not suppress what's going on.anton2017-07-061-1/+1
* Add tests for all features of file completion in csh.anton2017-07-061-9/+14
* 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
* Backout previous due to a bug discovered by zhuk@ that requires some tinkeringanton2017-07-041-0/+14
* Add support for pattern substitution to variables in ksh using a common syntaxanton2017-07-041-0/+133
* Capture SIGINT and print out all received output so far. Useful when debugginganton2017-06-251-7/+9
* Make sure to abort loops when pressing ^C in csh.anton2017-06-221-0/+1
* Add regression tests for the filec feature in csh.anton2017-06-213-2/+120