From 7f6e39f86e2b7ff636eb8f1f435f928351edbb6c Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Mon, 11 Feb 2008 10:34:36 +0000 Subject: Fixed the test. Turns out that it will fail if the LC_CTYPE or LANG environment variables do not specify a UTF8 encoding. --- test/files/script/utf8.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test/files/script') diff --git a/test/files/script/utf8.scala b/test/files/script/utf8.scala index a47828ad37..5366562cee 100755 --- a/test/files/script/utf8.scala +++ b/test/files/script/utf8.scala @@ -18,6 +18,7 @@ then SOURCE=`cygpath --$format "$SOURCE"`; fi +export LC_CTYPE=en_US.UTF-8 exec scala -nocompdaemon "$SOURCE" "$@" !# -- cgit v1.2.3