mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-08 23:58:51 +00:00
fate: remove unused variable in fate.sh
Originally committed as revision 24870 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
78b5c97d3e
commit
b56a9c8eef
@ -94,7 +94,6 @@ cd ${workdir} || die "cd ${workdir} failed"
|
|||||||
src=${workdir}/src
|
src=${workdir}/src
|
||||||
build=${workdir}/build
|
build=${workdir}/build
|
||||||
inst=${workdir}/install
|
inst=${workdir}/install
|
||||||
report=tests/data/fate/report
|
|
||||||
|
|
||||||
test -d "$src" && update || checkout || die "Error fetching source"
|
test -d "$src" && update || checkout || die "Error fetching source"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user