From 078ae66b4b982ae249b4000aaaff90b7facbdbce Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Mon, 23 Aug 2010 17:34:08 +0000 Subject: [PATCH] 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(+) diff --git a/tests/fate-run.sh b/tests/fate-run.sh index def0eb4..8117c45 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" -- 2.7.4