From 078ae66b4b982ae249b4000aaaff90b7facbdbce Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 23 Aug 2010 17:34:08 +0000 Subject: fate: set LC_ALL=C to avoid locale interference Originally committed as revision 24889 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/fate-run.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/fate-run.sh') diff --git a/tests/fate-run.sh b/tests/fate-run.sh index def0eb4093..8117c453fc 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -1,5 +1,7 @@ #! /bin/sh +export LC_ALL=C + base=$(dirname $0) . "${base}/md5.sh" -- cgit v1.2.3