diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-03-15 14:27:33 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-03-15 14:27:33 -0400 |
commit | fb2dab51f21dd0fd326cd434f071dd8d3d982789 (patch) | |
tree | 3b503e7ad71b690646491476e66900d0d1d81b1a /tests/dimension/labels.sh | |
parent | 1e53f6ed29fd9a6ba56dabbf63fc3db6d76c6629 (diff) | |
download | dimension-fb2dab51f21dd0fd326cd434f071dd8d3d982789.tar.xz |
Use a flags variable for invoking dimension in tests.
Diffstat (limited to 'tests/dimension/labels.sh')
-rwxr-xr-x | tests/dimension/labels.sh | 2 |
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 |