Commit 9836167c authored by ramiro's avatar ramiro

Ignore whitespace differences in seek test.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13028 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c4e87f7a
...@@ -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