diff options
Diffstat (limited to 'contrib/bmake/unit-tests/lint.exp')
-rwxr-xr-x | contrib/bmake/unit-tests/lint.exp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/bmake/unit-tests/lint.exp b/contrib/bmake/unit-tests/lint.exp index db2290c040cd..61188d6d5c29 100755 --- a/contrib/bmake/unit-tests/lint.exp +++ b/contrib/bmake/unit-tests/lint.exp @@ -1,4 +1,5 @@ -make: In the :@ modifier of "VAR", the variable name "${:Ubar:S,b,v,}" must not contain a dollar -y@:Q} -xvaluey +make: In the :@ modifier, the variable name "${:Ubar:S,b,v,}" must not contain a dollar + while evaluating variable "VAR" with value "value" + in command "@echo ${VAR:Uvalue:@${:Ubar:S,b,v,}@x${var}y@:Q}" + in target "mod-loop-varname" exit status 2 |