mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Test 137(C) was failing on some systems because $TMPDIR was set and the local vi(1) honours it, so that the expected '/tmp/' string was never output by vi. For compatibility with vi programs that honour $TMPDIR and those that always use /tmp, we must export TMPDIR=/tmp. src/cmd/ksh93/tests/pty.sh: - Export TMPDIR=/tmp for test 137(C). Note that this exports TMPDIR to the environment for the duration of the 'tst' function run because the function was defined using the ksh 'function tst { ...; }' syntax. |
||
---|---|---|
.. | ||
builtin | ||
INIT | ||
ksh93 | ||
Makefile | ||
Mamfile |