Raymond Toy pushed to branch issue-139-set-terminal-to-utf8 at cmucl / cmucl
Commits:
-
9c4f0be9
by Raymond Toy at 2022-12-04T07:29:24-08:00
1 changed file:
Changes:
| ... | ... | @@ -47,10 +47,6 @@ function cleanup { |
| 47 | 47 | |
| 48 | 48 | trap cleanup EXIT
|
| 49 | 49 | |
| 50 | -# Set a known value for LANG here so that we can tests consistently.
|
|
| 51 | -# The most important part is that the codeset is UTF-8.
|
|
| 52 | -LANG=en_US.UTF-8
|
|
| 53 | - |
|
| 54 | 50 | if [ $# -eq 0 ]; then
|
| 55 | 51 | # No args so run all the tests
|
| 56 | 52 | $LISP -noinit -load tests/run-tests.lisp -eval '(cmucl-test-runner:run-all-tests)'
|