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/numeric.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dimension/numeric.sh') diff --git a/tests/dimension/numeric.sh b/tests/dimension/numeric.sh index d0ebc7a..c5e7c93 100755 --- a/tests/dimension/numeric.sh +++ b/tests/dimension/numeric.sh @@ -19,7 +19,7 @@ # along with this program. If not, see . # ######################################################################### -numeric=$(${top_builddir}/dimension/dimension --strict --tokenize ${srcdir}/numeric.pov) +numeric=$(${top_builddir}/dimension/dimension ${dimension_flags} --tokenize ${srcdir}/numeric.pov) numeric_exp=$(echo -n \ '((integer "1") (integer "123456789") -- cgit v1.2.3