set locale to C in seek test
Originally committed as revision 9584 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
df8e34603b
commit
1e56c151bc
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
LC_ALL=C
|
||||||
|
export LC_ALL
|
||||||
|
|
||||||
datadir="tests/data"
|
datadir="tests/data"
|
||||||
|
|
||||||
logfile="$datadir/seek.regression"
|
logfile="$datadir/seek.regression"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user