Browse Source

fate: set LC_ALL=C to avoid locale interference

Originally committed as revision 24889 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård 14 years ago
parent
commit
078ae66b4b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/fate-run.sh

+ 2 - 0
tests/fate-run.sh

@@ -1,5 +1,7 @@
 #! /bin/sh
 
+export LC_ALL=C
+
 base=$(dirname $0)
 . "${base}/md5.sh"