Ignore whitespace differences in seek test.

Originally committed as revision 13028 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2008-05-01 20:04:08 +00:00
parent 53e85f5fa4
commit 25060fdf55
1 changed files with 1 additions and 1 deletions

View File

@ -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