summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2017-02-26 00:25:09 -0600
committerNicolas Williams <nico@cryptonector.com>2017-02-26 00:37:28 -0600
commit1a8a0ae0f55858a8f0a5e8c73f71e1e609b820f4 (patch)
tree1573a56fa6e7ecfb38f7ec91711f88cb5807ea95 /tests
parent441b066dd8c3427b5bd9e71be2463841f28251af (diff)
Fix error message for undefined vars
Diffstat (limited to 'tests')
-rw-r--r--tests/jq.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jq.test b/tests/jq.test
index 47b842c4..2c9cc889 100644
--- a/tests/jq.test
+++ b/tests/jq.test
@@ -278,7 +278,7 @@ null
%%FAIL
. as $foo | break $foo
-jq: error: *label-foo/0 is not defined at <top-level>, line 1:
+jq: error: $*label-foo is not defined at <top-level>, line 1:
[.[]|[.,1]|until(.[0] < 1; [.[0] - 1, .[1] * .[0]])|.[1]]
[1,2,3,4,5]