1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/src/cmd/ksh93/features
Martijn Dekker 4ae962aba6 Fix ksh93/features/options tests
src/cmd/ksh93/features/options:
- Fix unportable SHELLMAGIC test:
  1. /bin/echo does not work on all systems, but /usr/bin/env is a
     de-facto standard path (even NixOS gave in and has it).
  2. Do not try to execute a temp file in /tmp as it might be
     mounted noexec. Use our own $EXECROOT instead.
- rm unnecessary 'exec 9<&-' (it was never opened globally).
- Remove broken SHOPT_UCB test. It had a syntax error, but the
  result is not used anywhere.
2020-10-06 11:03:58 +02:00
..
cmds Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
dynamic Remove code related to long-dead 3DFS research project 2020-06-12 01:45:17 +02:00
externs Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
locale Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
math.sh build system: modernise shell compatibility checks 2020-08-23 23:41:31 +01:00
options Fix ksh93/features/options tests 2020-10-06 11:03:58 +02:00
poll Remove vestigial 3DFS support code (re: f88f302c) 2020-07-17 05:04:03 +01:00
rlimits Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
setjmp Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
sigfeatures Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
time Fix the max precision of the 'time' keyword (#72) 2020-07-14 22:48:04 +01:00
ttys Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00