summaryrefslogtreecommitdiff
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-08-22 15:20:07 +0000
committerMåns Rullgård <mans@mansr.com>2010-08-22 15:20:07 +0000
commitb56a9c8eefa841c8802a17eb330e602ee69835df (patch)
treeb646eebf330d526e51cda55222b3e0964ee18279 /tests/fate.sh
parent78b5c97d3ef280bd588cef7282391246b91b3486 (diff)
fate: remove unused variable in fate.sh
Originally committed as revision 24870 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-xtests/fate.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fate.sh b/tests/fate.sh
index a1d7262282..efe4c24669 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -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"