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.
This commit is contained in:
Dave Chinner
2008-04-28 06:25:22 +00:00
parent 842ac7ab6e
commit 80b2c990d0
+4
View File
@@ -32,6 +32,10 @@
# validity or mountedness. # 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 # Warning: don't put freeware before /usr/bsd on IRIX coz you'll
# get the wrong hostname and set your system name to -s :) # get the wrong hostname and set your system name to -s :)
[ -d /usr/bsd ] && PATH=$PATH:/usr/bsd [ -d /usr/bsd ] && PATH=$PATH:/usr/bsd