From: Mans Rullgard Date: Sat, 17 Mar 2012 16:22:47 +0000 (+0000) Subject: fate: fix enc_dec_pcm tests with remote target X-Git-Tag: v9_beta1~2375 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1740cb00a0dc91c0e4f3a89f469c8f1fd758dc0;p=platform%2Fupstream%2Flibav.git fate: fix enc_dec_pcm tests with remote target Signed-off-by: Mans Rullgard --- diff --git a/tests/fate-run.sh b/tests/fate-run.sh index dcfbc84..c3e39cd 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -91,8 +91,8 @@ enc_dec_pcm(){ shift 2 encfile="${outdir}/${test}.${out_fmt}" cleanfiles=$encfile - avconv -i $ref "$@" -f $out_fmt -y $encfile || return - avconv -i $encfile -c:a pcm_${pcm_fmt} -f wav - + avconv -i $ref "$@" -f $out_fmt -y ${target_path}/${encfile} || return + avconv -i ${target_path}/${encfile} -c:a pcm_${pcm_fmt} -f wav - } regtest(){