summaryrefslogtreecommitdiffstats
path: root/regress/bin/ksh
AgeCommit message (Expand)AuthorFilesLines
2021-03-05Test case for read-only array being not that read-only in ksh.zhuk1-1/+14
2020-09-20As in emacs.sh -r1.11 by jca, don't test the behavior of ^L. Withtb1-3/+2
2020-09-13Adapt regress to IFS splitting correction (eval.c -r1.66)tb1-3/+3
2020-07-07Add support for set -o pipefailjca1-1/+89
2020-05-22Add test covering revision 1.64 of c_sh, fix exit code of compound listsanton1-1/+12
2019-04-03Don't test the behavior of ^L as it depends on $TERMjca1-5/+1
2019-02-21a handful of new tests related to expr.c rev. 1.34schwarze1-0/+63
2018-12-08Fix kill [-SIGNAME | -s SIGNAME] and simplifyjca1-2/+1
2018-12-08Basic regress test for kill -s SIG[NAME] (now failing)jca1-1/+9
2018-09-29test that PWD and OLDPWD are exportedanton1-1/+12
2018-07-09Add a test related to variable expansion that used to trigger the segfault seenanton1-1/+4
2018-07-08Add test covering variable expansion referencing multiple read-only variables.anton1-1/+14
2018-04-24Add test for proper stack reallocation in time commandkn1-1/+12
2018-04-09Support 64 bit integers on 32 bit architectures.tobias1-0/+11
2018-01-12Fix tyopsjca1-2/+2
2018-01-12Add tests for [[:foo:]] character classes in globsjca1-0/+31
2018-01-12Add basic tests for octal and hex notation in arithmetic expansionsjca1-0/+44
2017-11-21Add tests for emacs editing mode in ksh. While here, improve the output on testanton2-12/+245
2017-11-21Do not exit 0 if the program was terminated due to receipt of a signal otheranton1-2/+11
2017-10-23Add tests for history load from file.anton1-1/+39
2017-10-23Run all ksh tests with MALLOC_OPTIONS=Santon1-6/+9
2017-08-31Add HISTCONTROL tests.anton1-1/+61
2017-08-22Make the edit regress tests respect the KSH variable just like the main regressanton4-7/+13
2017-07-22Add missing RCS IDs and zap redundant SRCS from Makefile.anton4-0/+7
2017-07-19The first version of the edit program used to test csh, ksh and mail was basedanton4-39/+72
2017-07-06anton@ has fixed the test script so that it can run as root. Removebluhm1-6/+4
2017-07-05Favor a UID-agnostic prompt in ksh edit mode tests. Allows the tests to passanton2-111/+111
2017-07-05Revert previously added tests for file completion that are currently failing.anton2-26/+1
2017-07-05Add tests for file completion in ksh emacs mode, currently failing.anton2-4/+29
2017-07-04Switch to build user if run as root. Prompt output $ or # affects test.bluhm1-2/+5
2017-07-04Backout previous due to a bug discovered by zhuk@ that requires some tinkeringanton1-0/+14
2017-07-04Add support for pattern substitution to variables in ksh using a common syntaxanton1-0/+133
2017-06-25Capture SIGINT and print out all received output so far. Useful when debugginganton1-7/+9
2017-06-20Fix EOL tests for ksh vi mode.anton1-4/+4
2017-06-18Don't write input if ICANON is enabled. Also, write one byte at a time.anton1-1/+7
2017-06-17Pass the command to execute as an argument. Allows the edit program to beanton2-6/+17
2017-06-06Test insertion of unmatched meta sequence.anton1-0/+3
2017-06-05Test insertion of non-ASCII characters, in particular making sureschwarze1-0/+59
2017-06-05Add new edit regress files.anton5-0/+378
2017-06-05Rewrite ksh edit mode regression tests.anton7-394/+2
2017-05-31Allow replacement of UTF-8 characters in vi mode.anton1-0/+3
2017-05-28Fix cursor position while removing characters from the command line.anton1-0/+1
2017-02-25Add missing includes to avoid implicit function declarations.jsg1-0/+1
2016-12-11Remove and-list-error-3 test, it is obsoleted by seterror-11millert1-22/+1
2016-12-11Fixes descriptions for seterror tests 1, 2 and 4.millert1-7/+132
2016-09-29If a Makefile both defines SUBDIR and includes <bsd.regress.mk>,schwarze2-20/+24
2016-09-27Adjusts some patterns, so that the warning messages ksh prints ifbluhm4-35/+35
2016-09-27fix dependency, fixing regress if make regress is called with a clean objotto1-2/+2
2016-03-21More ksh POSIX compliance fixes by Martijn Dekker:tb1-1/+82
2016-03-05POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specialsczarkoff1-1/+12