Browse Source

whitespace cosmetics

Originally committed as revision 9129 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
dc75f7eeb4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tests/seek_test.sh

+ 2
- 2
tests/seek_test.sh View File

@@ -9,8 +9,8 @@ reffile="$1"
list=`ls data/a-* data/b-* | sort`
rm -f $logfile
for i in $list ; do
echo ---------------- >>$logfile
echo $i >>$logfile
echo ---------------- >> $logfile
echo $i >> $logfile
echo $i | grep -v 'b-libav[01][0-9][.]' 2> /dev/null &&
./seek_test $i >> $logfile
done


Loading…
Cancel
Save