summaryrefslogtreecommitdiff
path: root/tests/RunTests.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-05-06 22:30:32 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-05-06 22:30:32 -0700
commitd6dd5fff7bd42791597a7de75bae631c978ef259 (patch)
tree35f46856c26f5fc1673cf122fd0a4566a6d27865 /tests/RunTests.hs
parent1cc11e60863abdbe3d0e05b73f53d0377cd8fec2 (diff)
No longer need to set LANG in RunTests.
Diffstat (limited to 'tests/RunTests.hs')
-rw-r--r--tests/RunTests.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/RunTests.hs b/tests/RunTests.hs
index 548a81da3..1715400fd 100644
--- a/tests/RunTests.hs
+++ b/tests/RunTests.hs
@@ -165,8 +165,7 @@ runTest testname opts inp norm = do
let normPath = norm
hFlush stdout
-- Note: COLUMNS must be set for markdown table reader
- -- and we need LANG set for ghc 6.12
- ph <- runProcess pandocPath (opts ++ [inpPath] ++ ["--data-dir", ".."]) Nothing (Just [("COLUMNS", "80"),("LANG","en_US.UTF-8")]) Nothing (Just hOut) (Just stderr)
+ ph <- runProcess pandocPath (opts ++ [inpPath] ++ ["--data-dir", ".."]) Nothing (Just [("COLUMNS", "80")]) Nothing (Just hOut) (Just stderr)
ec <- waitForProcess ph
result <- if ec == ExitSuccess
then do