Browse Source

set locale to C in seek test

Originally committed as revision 9584 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 18 years ago
parent
commit
1e56c151bc
2 changed files with 451 additions and 448 deletions
  1. +448
    -448
      tests/seek.regression.ref
  2. +3
    -0
      tests/seek_test.sh

+ 448
- 448
tests/seek.regression.ref
File diff suppressed because it is too large
View File


+ 3
- 0
tests/seek_test.sh View File

@@ -1,5 +1,8 @@
#!/bin/sh

LC_ALL=C
export LC_ALL

datadir="tests/data"

logfile="$datadir/seek.regression"


Loading…
Cancel
Save