mirror of https://git.ffmpeg.org/ffmpeg.git
fate: some shells parse $11 as ${1}1
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1a34478b71
commit
6322bc0b90
|
@ -17,7 +17,7 @@ ref=${7:-"${base}/ref/fate/${test}"}
|
||||||
fuzz=$8
|
fuzz=$8
|
||||||
threads=${9:-1}
|
threads=${9:-1}
|
||||||
thread_type=${10:-3}
|
thread_type=${10:-3}
|
||||||
tool=$11
|
tool=${11}
|
||||||
|
|
||||||
outdir="tests/data/fate"
|
outdir="tests/data/fate"
|
||||||
outfile="${outdir}/${test}"
|
outfile="${outdir}/${test}"
|
||||||
|
|
Loading…
Reference in New Issue