[SCM] libav/experimental: fate: set LC_ALL=C to avoid locale interference

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:14:34 UTC 2013


The following commit has been merged in the experimental branch:
commit 078ae66b4b982ae249b4000aaaff90b7facbdbce
Author: Måns Rullgård <mans at mansr.com>
Date:   Mon Aug 23 17:34:08 2010 +0000

    fate: set LC_ALL=C to avoid locale interference
    
    Originally committed as revision 24889 to svn://svn.ffmpeg.org/ffmpeg/trunk

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"
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list