diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2008-05-01 20:04:08 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-05-01 20:04:08 +0000 |
commit | 25060fdf558602f91f486a2f6eb1e76ad1f2d809 (patch) | |
tree | 3c70b8e85d006e3aac72cce82a77d5c029cf0238 /tests | |
parent | 53e85f5fa49f022eb4813ff7b4ce5804de1cb44b (diff) | |
download | ffmpeg-25060fdf558602f91f486a2f6eb1e76ad1f2d809.tar.gz |
Ignore whitespace differences in seek test.
Originally committed as revision 13028 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/seek_test.sh | 2 |
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 |