From 80b2c990d0fd386342aab4629eab2a7788935d89 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Mon, 28 Apr 2008 06:25:22 +0000 Subject: [PATCH] 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. --- common.config | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5