Browse Source

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 14 years ago
parent
commit
6322bc0b90
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/fate-run.sh

+ 1
- 1
tests/fate-run.sh 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}"


Loading…
Cancel
Save