summaryrefslogtreecommitdiff
path: root/tests/seek_test.sh
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-07-10 20:49:05 +0000
committerMåns Rullgård <mans@mansr.com>2007-07-10 20:49:05 +0000
commit1e56c151bcd81244f52bffd0fa16939c164da506 (patch)
treee536d6f6167baece1d01634082913344a50f3900 /tests/seek_test.sh
parentdf8e34603b925c868eca34d06436501b80f5fc8b (diff)
set locale to C in seek test
Originally committed as revision 9584 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/seek_test.sh')
-rwxr-xr-xtests/seek_test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/seek_test.sh b/tests/seek_test.sh
index 9f07f31268..d4a0a327a9 100755
--- a/tests/seek_test.sh
+++ b/tests/seek_test.sh
@@ -1,5 +1,8 @@
#!/bin/sh
+LC_ALL=C
+export LC_ALL
+
datadir="tests/data"
logfile="$datadir/seek.regression"