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/punctuation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dimension/punctuation.sh') diff --git a/tests/dimension/punctuation.sh b/tests/dimension/punctuation.sh index 0437a3a..6990657 100755 --- a/tests/dimension/punctuation.sh +++ b/tests/dimension/punctuation.sh @@ -19,7 +19,7 @@ # along with this program. If not, see . # ######################################################################### -punctuation=$(${top_builddir}/dimension/dimension --strict --tokenize ${srcdir}/punctuation.pov) +punctuation=$(${top_builddir}/dimension/dimension ${dimension_flags} --tokenize ${srcdir}/punctuation.pov) punctuation_exp='({ } \( \) [ ] + - * / , ; ? : & . | = < > ! <= >= !=)' if [ "$punctuation" != "$punctuation_exp" ]; then -- cgit v1.2.3