From fb2dab51f21dd0fd326cd434f071dd8d3d982789 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 15 Mar 2011 14:27:33 -0400 Subject: Use a flags variable for invoking dimension in tests. --- tests/dimension/demo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/dimension/demo.sh') diff --git a/tests/dimension/demo.sh b/tests/dimension/demo.sh index 2dbb3f0..10cf13b 100755 --- a/tests/dimension/demo.sh +++ b/tests/dimension/demo.sh @@ -19,7 +19,7 @@ # along with this program. If not, see . # ######################################################################### -demo=$(${top_builddir}/dimension/dimension --strict -w768 -h480 --parse ${srcdir}/demo.pov) +demo=$(${top_builddir}/dimension/dimension ${dimension_flags} -w768 -h480 --parse ${srcdir}/demo.pov) demo_exp=$(echo -n \ '((camera perspective @@ -214,4 +214,4 @@ if [ "$demo" != "$demo_exp" ]; then exit 1 fi -${top_builddir}/dimension/dimension --strict -w768 -h480 -o demo.png ${srcdir}/demo.pov +${top_builddir}/dimension/dimension ${dimension_flags} -w768 -h480 -o demo.png ${srcdir}/demo.pov -- cgit v1.2.3