summaryrefslogtreecommitdiffstats
path: root/tests/dimension/strings.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dimension/strings.sh')
-rwxr-xr-xtests/dimension/strings.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/strings.sh b/tests/dimension/strings.sh
index 55e38ad..1f5f4f9 100755
--- a/tests/dimension/strings.sh
+++ b/tests/dimension/strings.sh
@@ -19,7 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
#########################################################################
-strings=$(${top_builddir}/dimension/dimension --strict --tokenize ${srcdir}/strings.pov)
+strings=$(${top_builddir}/dimension/dimension ${dimension_flags} --tokenize ${srcdir}/strings.pov)
strings_exp=$(/bin/echo -e "((string \"This is a string with escape sequences: \a\b\f\n\r\t!#\v\\\'\"\"))")
if [ "$strings" != "$strings_exp" ]; then