OSDN Git Service

fate: remove unused variable in fate.sh
authorMåns Rullgård <mans@mansr.com>
Sun, 22 Aug 2010 15:20:07 +0000 (15:20 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 22 Aug 2010 15:20:07 +0000 (15:20 +0000)
Originally committed as revision 24870 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/fate.sh

index a1d7262..efe4c24 100755 (executable)
@@ -94,7 +94,6 @@ cd ${workdir}       || die "cd ${workdir} failed"
 src=${workdir}/src
 build=${workdir}/build
 inst=${workdir}/install
-report=tests/data/fate/report
 
 test -d "$src" && update || checkout || die "Error fetching source"