Justin Ruggles <[email protected]> writes:

> On 03/17/2012 12:24 PM, Mans Rullgard wrote:
>
>> Signed-off-by: Mans Rullgard <[email protected]>
>> ---
>>  tests/fate-run.sh |    4 ++--
>>  1 files changed, 2 insertions(+), 2 deletions(-)
>> 
>> 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(){
>
> Will cleanfiles work without having ${target_path} also?

It must not have it since the rm command runs on the host.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to