From: Dave Chinner Date: Mon, 28 Apr 2008 06:25:22 +0000 (+0000) Subject: xfsqa 165 - fails if environment LANG != C X-Git-Tag: v1.1.0~395 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=80b2c990d0fd386342aab4629eab2a7788935d89;p=xfstests-dev.git xfsqa 165 - fails if environment LANG != C Merge of master-melb:xfs-cmds:30992a by kenmcd. export the language that all tests will run under to prevent language settings from affecting test output and giving spurious failures when comparing against golden output. --- diff --git a/common.config b/common.config index 9a597b28..ba234ac2 100644 --- a/common.config +++ b/common.config @@ -32,6 +32,10 @@ # validity or mountedness. # +# all tests should use a common language setting to prevent golden +# output mismatches. +export LANG=C + # Warning: don't put freeware before /usr/bsd on IRIX coz you'll # get the wrong hostname and set your system name to -s :) [ -d /usr/bsd ] && PATH=$PATH:/usr/bsd