mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Only run pty tests on systems where pty is known to be good
On some systems (AIX, HP-UX, OpenBSD) the pty tests may hang.
On all systems except Darwin/macOS, FreeBSD and Linux, the pty
tests show one or more regressions. But when I try out the failing
tests manually in a real session, it seems to work fine. So I
suspect pty is broken and not ksh.
src/cmd/ksh93/tests/pty.sh:
- For now, only run the pty tests on Darwin, FreeBSD and Linux.
src/lib/libast/Mamfile:
- tvsleep.c: Add missing error.h dependency (re: 2f7918de
).
(unrelated, but just wasn't worth its own commit)
This commit is contained in:
parent
733f70e94b
commit
e3882fe71b
2 changed files with 8 additions and 0 deletions
|
@ -2428,6 +2428,7 @@ make install
|
|||
make tvsleep.o
|
||||
make tm/tvsleep.c
|
||||
prev FEATURE/tvlib implicit
|
||||
prev include/error.h implicit
|
||||
prev include/tm.h implicit
|
||||
prev tv.h implicit
|
||||
done tm/tvsleep.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue