ikiwiki: fix test suite in the presence of enabled Git support

This commit is contained in:
Peter Simons 2012-07-27 10:25:06 +02:00
parent af6c1c5ef3
commit 5c924ed7c5

@ -70,6 +70,11 @@ stdenv.mkDerivation {
done
'';
preCheck = ''
# Git needs some help figuring this out during test suite run.
export EMAIL="nobody@example.org"
'';
checkTarget = "test";
doCheck = true;