[commit: testsuite] master: Fix 3307 for people who don't have the en_US.UTF-8 locale (51b3747)
Ian Lynagh
igloo at earth.li
Wed May 25 19:46:17 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/51b3747292059a62154599aee94189b67778439f
>---------------------------------------------------------------
commit 51b3747292059a62154599aee94189b67778439f
Author: Ian Lynagh <igloo at earth.li>
Date: Wed May 25 17:59:44 2011 +0100
Fix 3307 for people who don't have the en_US.UTF-8 locale
>---------------------------------------------------------------
tests/ghc-regress/lib/IO/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/ghc-regress/lib/IO/Makefile b/tests/ghc-regress/lib/IO/Makefile
index 861ee33..c5f4f03 100644
--- a/tests/ghc-regress/lib/IO/Makefile
+++ b/tests/ghc-regress/lib/IO/Makefile
@@ -43,6 +43,6 @@ environment001-test:
"$(TEST_HC)" --make -fforce-recomp -v0 3307.hs -o 3307
echo Ni hao > chinese-file-å°è¯´
echo chinese-file-å°è¯´ > chinese-name
- # Try a UTF-8 locale. I would test another one (like Big5) but GHC
- # developers probably won't have it on their machines:
- (sleep 1; echo x) | LC_ALL=en_US.UTF-8 ./3307 chinese-file-å°è¯´
+ # The tests are run in a UTF-8 locale. We would test another one
+ # (like Big5) but GHC developers probably won't have it on their machines.
+ (sleep 1; echo x) | ./3307 chinese-file-å°è¯´
More information about the Cvs-ghc
mailing list