diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-18 20:19:21 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-18 20:19:21 +0000 |
commit | d2f33c8021477f3c5e835ee224d604c1fc48c97c (patch) | |
tree | dcd37d526b878908b2a4641598e94076d1668c98 /tests/fate-run.sh | |
parent | 122a9af76b1caee50e8c80992de650b5a1013fd3 (diff) | |
download | ffmpeg-d2f33c8021477f3c5e835ee224d604c1fc48c97c.tar.gz |
fate: use our variable names in test rules imported from Mike's db
Originally committed as revision 24312 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-x | tests/fate-run.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 6177a0ab94..a4c50e26a2 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -12,10 +12,6 @@ cmp=${6:-diff} ref=${7:-"${base}/ref/fate/${test}"} fuzz=$8 -# compatibility with Mike's test specs -SAMPLES_PATH=$samples -BUILD_PATH=$target_path - outdir="tests/data/fate" outfile="${outdir}/${test}" |