diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-08-16 00:29:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-08-16 00:29:09 +0200 |
commit | 6322bc0b906350a49fdb73defbf179e06b10335e (patch) | |
tree | d0002cee6681d9c7945c3f26e327caaa664f33a9 | |
parent | 1a34478b7183b1a08caab7eac56b452609725736 (diff) | |
download | ffmpeg-6322bc0b906350a49fdb73defbf179e06b10335e.tar.gz |
fate: some shells parse $11 as ${1}1
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | tests/fate-run.sh | 2 |
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}" |