fate: some shells parse $11 as ${1}1

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-08-16 00:29:09 +02:00
parent 1a34478b71
commit 6322bc0b90
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ref=${7:-"${base}/ref/fate/${test}"}
fuzz=$8
threads=${9:-1}
thread_type=${10:-3}
tool=$11
tool=${11}
outdir="tests/data/fate"
outfile="${outdir}/${test}"