summaryrefslogtreecommitdiffstats
path: root/tests/dimension/labels.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dimension/labels.sh')
-rwxr-xr-xtests/dimension/labels.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/labels.sh b/tests/dimension/labels.sh
index 659b7e1..47365bd 100755
--- a/tests/dimension/labels.sh
+++ b/tests/dimension/labels.sh
@@ -19,7 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
#########################################################################
-labels=$(${top_builddir}/dimension/dimension --strict --tokenize ${srcdir}/labels.pov)
+labels=$(${top_builddir}/dimension/dimension ${dimension_flags} --tokenize ${srcdir}/labels.pov)
labels_exp='(camera { } sphere { color (identifier "new_identifier") } box { color (identifier "new_identifier") })';
if [ "$labels" != "$labels_exp" ]; then