88ab72ac2699 — Frédéric Lespez 12 years ago
Set LC_MESSAGE to C  before running tests/test.sh

Set LC_MESSAGE to C  before running tests/test.sh so that tests output
doesn't depend on user's locale
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/run.sh
M tests/run.sh +1 -1
@@ 1,6 1,6 @@ 
 #!/bin/sh
 
-sh test.sh | sed -e "s,/.*/tenv,./tenv," > test.out
+LC_MESSAGES=C sh test.sh | sed -e "s,/.*/tenv,./tenv," > test.out
 
 ERR=`diff -Nur test.exp test.out`