mirror of https://git.ffmpeg.org/ffmpeg.git
Ignore whitespace differences in seek test.
Originally committed as revision 13028 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
53e85f5fa4
commit
25060fdf55
|
@ -16,7 +16,7 @@ for i in $list ; do
|
|||
tests/seek_test $i >> $logfile
|
||||
done
|
||||
|
||||
if diff -u "$reffile" "$logfile" ; then
|
||||
if diff -u -w "$reffile" "$logfile" ; then
|
||||
echo
|
||||
echo seek regression test: success
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue