Ignore whitespace differences in seek test.
authorRamiro Polla <ramiro.polla@gmail.com>
Thu, 1 May 2008 20:04:08 +0000 (20:04 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Thu, 1 May 2008 20:04:08 +0000 (20:04 +0000)
Originally committed as revision 13028 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/seek_test.sh

index 7132a25..996acb3 100755 (executable)
@@ -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