From 06d7f30a9fa9571e1e39c456be715f9b02acde69 Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sun, 27 Sep 2009 10:06:35 +0000 Subject: Get rid of "function" "keywords" in lavfilter testing code, hopefully will make regressions tests runnable again with all shells. Originally committed as revision 20059 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/codec-regression.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index c00c97799f..a3aef1d9fb 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -662,7 +662,7 @@ fi # libavfilter testing -function do_lavfi() { +do_lavfi() { test_name=$1 eval test=\$do_$test_name vfilters=$2 @@ -678,7 +678,7 @@ function do_lavfi() { # libavfilter testing -function do_lavfi() { +do_lavfi() { test_name=$1 eval test=\$do_$test_name vfilters=$2 -- cgit v1.2.3