diff options
author | Måns Rullgård <mans@mansr.com> | 2010-08-23 17:34:08 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-08-23 17:34:08 +0000 |
commit | 078ae66b4b982ae249b4000aaaff90b7facbdbce (patch) | |
tree | d32ef32263e06ed7229b2bc76eca643b8795cb24 /tests/fate-run.sh | |
parent | 1ee39ebde2ec1bb6901635e980584e79f4871265 (diff) | |
download | ffmpeg-078ae66b4b982ae249b4000aaaff90b7facbdbce.tar.gz |
fate: set LC_ALL=C to avoid locale interference
Originally committed as revision 24889 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-x | tests/fate-run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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" |