3 # run-minimal - a version of run-all for shells configured with
4 # --enable-minimal-config
6 PATH
=.
:$PATH # just to get the right version of printenv
9 # unset BASH_ENV only if it is set
10 [ "${BASH_ENV+set}" = "set" ] && unset BASH_ENV
12 #[ "${SHELLOPTS+set}" = "set" ] && unset SHELLOPTS
17 ${THIS_SH} .
/version.mini
21 echo Testing
${THIS_SH}
22 echo Any output from any
test, unless otherwise noted
, indicates a possible anomaly
28 run-dollars|run-execscript|run-func|run-getopts|run-heredoc
) echo $x ; sh
$x ;;
29 run-ifs-tests|run-input-test|run-invert|run-more-exp|run-nquote
) echo $x ; sh
$x ;;
30 run-ifs-0posix|run-posix2|run-posixpat
) echo $x ; sh
$x ;;
31 run-precedence|run-quote|run-read|run-rhs-exp|run-strip|run-tilde
) echo $x ; sh
$x ;;