summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-08-16 00:29:09 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-08-16 00:29:09 +0200
commit6322bc0b906350a49fdb73defbf179e06b10335e (patch)
treed0002cee6681d9c7945c3f26e327caaa664f33a9 /tests/fate-run.sh
parent1a34478b7183b1a08caab7eac56b452609725736 (diff)
fate: some shells parse $11 as ${1}1
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index ef0550df6a..c35d0abadd 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -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}"