mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
.github/workflows/ci.yml: - Go back to wrapping the regression tests in script(1). src/cmd/ksh93/data/builtins.c: - Never mind about the stty builtin. src/cmd/ksh93/tests/pty.sh: - Refuse to run if there isn't a functioning tty. - Make sure stty(1) works on /dev/tty by redirecting stdin.
This commit is contained in:
parent
2e6c56df82
commit
d790731a80
3 changed files with 8 additions and 14 deletions
|
|
@ -153,10 +153,6 @@ const struct shtable3 shtab_builtins[] =
|
|||
#if !_std_malloc && !_AST_std_malloc
|
||||
CMDLIST(vmstate)
|
||||
#endif
|
||||
#if !_AST_ksh_release
|
||||
/* The pty.sh regression tests need the stty builtin */
|
||||
CMDLIST(stty)
|
||||
#endif
|
||||
#endif
|
||||
#if SHOPT_REGRESS
|
||||
"__regress__", NV_BLTIN|BLT_ENV, bltin(__regress__),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue