1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-04 01:30:05 +02:00

set locale to C in seek test

Originally committed as revision 9584 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2007-07-10 20:49:05 +00:00
parent df8e34603b
commit 1e56c151bc
2 changed files with 440 additions and 437 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,8 @@
#!/bin/sh
LC_ALL=C
export LC_ALL
datadir="tests/data"
logfile="$datadir/seek.regression"