From 42c1dcde683f949822335d5d909a2364acbd1fcd Mon Sep 17 00:00:00 2001 From: Christophe Gisquet Date: Wed, 14 Oct 2015 19:18:27 +0200 Subject: fate: use PROGSSUF May require exporting in the shell var PROGSUF when invoking a shell script. Signed-off-by: Michael Niedermayer --- tests/regression-funcs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/regression-funcs.sh') diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh index c8e7c1b801..19bcecace9 100755 --- a/tests/regression-funcs.sh +++ b/tests/regression-funcs.sh @@ -19,8 +19,8 @@ target_datadir="${target_path}/${datadir}" this="$test.$test_ref" outfile="$datadir/$test_ref/" -# various files -ffmpeg="$target_exec ${target_path}/ffmpeg" + # various files +ffmpeg="$target_exec ${target_path}/ffmpeg${PROGSUF}" raw_src="${target_path}/$raw_src_dir/%02d.pgm" raw_dst="$datadir/$this.out.yuv" pcm_src="$target_datadir/asynth1.sw" -- cgit v1.2.3