From d9d16622b99d9128a5a33d195ed5dc9e3bfd01b7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Sep 2012 15:06:48 -0400 Subject: test: Set a lot of git environment variables so testing works in strange environments that normally need git config to set names, etc. Closes: #682351 Thanks, gregor herrmann --- test.hs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'test.hs') diff --git a/test.hs b/test.hs index 384d02a71..7e1915067 100644 --- a/test.hs +++ b/test.hs @@ -882,8 +882,11 @@ prepare = do setEnv "PATH" (cwd ++ ":" ++ p) True setEnv "TOPDIR" cwd True -- Avoid git complaining if it cannot determine the user's email - -- address. - setEnv "EMAIL" "git-annex test " True + -- address, or exploding if it doesn't know the user's name. + setEnv "GIT_AUTHOR_EMAIL" "test@example.com" True + setEnv "GIT_AUTHOR_NAME" "git-annex test" True + setEnv "GIT_COMMITTER_EMAIL" "test@example.com" True + setEnv "GIT_COMMITTER_NAME" "git-annex test" True changeToTmpDir :: FilePath -> IO () changeToTmpDir t = do -- cgit v1.2.3