summaryrefslogtreecommitdiffstats
path: root/tests/utf8test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utf8test')
-rwxr-xr-xtests/utf8test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utf8test b/tests/utf8test
index 570731bb..a84b258f 100755
--- a/tests/utf8test
+++ b/tests/utf8test
@@ -2,7 +2,7 @@
. "${0%/*}/setup" "$@"
-if [ "`$VALGRIND $Q $JQ -nf $JQTESTDIR/utf8-truncate.jq`" != "true" ]; then
+if [ "$($VALGRIND $Q $JQ -nf $JQTESTDIR/utf8-truncate.jq)" != "true" ]; then
echo "UTF-8 byte sequences that span the jv_load_file read buffer are mangled"
exit 1
fi