Fixing some of Veracity tests

svn path=/nixpkgs/trunk/; revision=29187
This commit is contained in:
Michael Raskin 2011-09-11 16:46:17 +00:00
parent 8351a946d2
commit 90d89bfe68

View file

@ -31,7 +31,8 @@ rec {
mkdir pseudo-home
export HOME=$PWD/pseudo-home
export LC_ALL=en_US.UTF-8
${if a.stdenv.isLinux then "export LOCALE_ARCHIVE=${a.glibcLocales}/lib/locale-archive;" else ""}
export LANG=en_US.UTF-8
${if a.stdenv.isLinux then "export LOCALE_ARCHIVE=${a.glibcLocales}/lib/locale/locale-archive;" else ""}
make test || true
'' else "") ["doMake" "minInit"];