aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/cmd-errors-lint.exp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/unit-tests/cmd-errors-lint.exp')
-rw-r--r--contrib/bmake/unit-tests/cmd-errors-lint.exp15
1 files changed, 10 insertions, 5 deletions
diff --git a/contrib/bmake/unit-tests/cmd-errors-lint.exp b/contrib/bmake/unit-tests/cmd-errors-lint.exp
index 90b63bbcb08e..b08a65ff96dc 100644
--- a/contrib/bmake/unit-tests/cmd-errors-lint.exp
+++ b/contrib/bmake/unit-tests/cmd-errors-lint.exp
@@ -1,9 +1,14 @@
: undefined
make: Unclosed variable "UNCLOSED"
-: unclosed-variable
-make: Unclosed variable expression (expecting '}') for "UNCLOSED"
-: unclosed-modifier
-make: Unknown modifier "Z"
-: unknown-modifier
+ in command ": $@ ${UNCLOSED"
+ in target "unclosed-expression"
+make: Unclosed expression, expecting "}"
+ while evaluating variable "UNCLOSED" with value ""
+ in command ": $@ ${UNCLOSED:"
+ in target "unclosed-modifier"
+make: Unknown modifier ":Z"
+ while evaluating variable "UNKNOWN" with value ""
+ in command ": $@ ${UNKNOWN:Z}"
+ in target "unknown-modifier"
: end
exit status 2