summaryrefslogtreecommitdiff
path: root/tests/seek_test.sh
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-02-03 21:38:56 +0000
committerMåns Rullgård <mans@mansr.com>2008-02-03 21:38:56 +0000
commit9d6a96af245bebc73d352ed069d9423c78d9cd0a (patch)
treec5730b38828bcb2c2adc7bfc8760d020b26c73bc /tests/seek_test.sh
parent751a649390a17d4cecae02c03354aea782c66d88 (diff)
remove single-frame images from seektest
Originally committed as revision 11837 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/seek_test.sh')
-rwxr-xr-xtests/seek_test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/seek_test.sh b/tests/seek_test.sh
index af829d1576..7132a25901 100755
--- a/tests/seek_test.sh
+++ b/tests/seek_test.sh
@@ -13,7 +13,6 @@ rm -f $logfile
for i in $list ; do
echo ---------------- >> $logfile
echo $i >> $logfile
- echo $i | grep -v 'b-libav[01][0-9][.]' 2> /dev/null &&
tests/seek_test $i >> $logfile
done