aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-11-26 11:48:22 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2010-11-26 11:48:22 -0800
commite8516ff33774531c14ff22f39c1618f594b11fe9 (patch)
treea3998c536a4a145517b4fad04fd727c7bfe90b40
parent0955a0e32978d60d8f0b42a027ae1d5ebb518676 (diff)
downloadpandoc-e8516ff33774531c14ff22f39c1618f594b11fe9.tar.gz
Set HOME in RunTests.
Patch from Nathan Gass.
-rw-r--r--tests/RunTests.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/RunTests.hs b/tests/RunTests.hs
index 2fa89bfeb..d6259ffaf 100644
--- a/tests/RunTests.hs
+++ b/tests/RunTests.hs
@@ -168,7 +168,7 @@ runTest testname opts inp norm = do
hFlush stdout
-- Note: COLUMNS must be set for markdown table reader
ph <- runProcess pandocPath (opts ++ [inpPath] ++ ["--data-dir", ".."]) Nothing
- (Just [("LANG","en_US.UTF-8"),("COLUMNS", "80")]) Nothing (Just hOut) (Just stderr)
+ (Just [("LANG","en_US.UTF-8"),("COLUMNS", "80"),("HOME", "./")]) Nothing (Just hOut) (Just stderr)
ec <- waitForProcess ph
result <- if ec == ExitSuccess
then do