Commit 25060fdf authored by Ramiro Polla's avatar Ramiro Polla

Ignore whitespace differences in seek test.

Originally committed as revision 13028 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 53e85f5f
...@@ -16,7 +16,7 @@ for i in $list ; do ...@@ -16,7 +16,7 @@ for i in $list ; do
tests/seek_test $i >> $logfile tests/seek_test $i >> $logfile
done done
if diff -u "$reffile" "$logfile" ; then if diff -u -w "$reffile" "$logfile" ; then
echo echo
echo seek regression test: success echo seek regression test: success
exit 0 exit 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment