diff --git a/src/cmd/ksh93/tests/variables.sh b/src/cmd/ksh93/tests/variables.sh index bf34b514e..8b344f493 100755 --- a/src/cmd/ksh93/tests/variables.sh +++ b/src/cmd/ksh93/tests/variables.sh @@ -629,10 +629,6 @@ set -- {1..32768} set -- ( - # TODO: namerefs are broken in non-forked/virtual subshells. - # For now, fork it using ulimit; remove the ulimit to expose the test failures. - ulimit -t unlimited - unset r v x x=foo for v in EDITOR VISUAL OPTIND CDPATH FPATH PATH ENV LINENO RANDOM SECONDS _ @@ -646,6 +642,9 @@ set -- fi done + # TODO: changing the locale is somehow broken in non-forked/virtual subshells. + # For now, fork it using ulimit; remove the ulimit to expose the test failures. + ulimit -t unlimited x=x for v in LC_ALL LC_CTYPE LC_MESSAGES LC_COLLATE LC_NUMERIC do nameref r=$v