summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2008-05-01 20:04:08 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2008-05-01 20:04:08 +0000
commit25060fdf558602f91f486a2f6eb1e76ad1f2d809 (patch)
tree3c70b8e85d006e3aac72cce82a77d5c029cf0238 /tests
parent53e85f5fa49f022eb4813ff7b4ce5804de1cb44b (diff)
Ignore whitespace differences in seek test.
Originally committed as revision 13028 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-rwxr-xr-xtests/seek_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/seek_test.sh b/tests/seek_test.sh
index 7132a25901..996acb3566 100755
--- a/tests/seek_test.sh
+++ b/tests/seek_test.sh
@@ -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