projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53e85f5
)
Ignore whitespace differences in seek test.
author
Ramiro Polla
<ramiro.polla@gmail.com>
Thu, 1 May 2008 20:04:08 +0000
(20:04 +0000)
committer
Ramiro 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
patch
|
blob
|
history
diff --git
a/tests/seek_test.sh
b/tests/seek_test.sh
index
7132a25
..
996acb3
100755
(executable)
--- 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