aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/cmd-errors.exp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/unit-tests/cmd-errors.exp')
-rw-r--r--contrib/bmake/unit-tests/cmd-errors.exp21
1 files changed, 13 insertions, 8 deletions
diff --git a/contrib/bmake/unit-tests/cmd-errors.exp b/contrib/bmake/unit-tests/cmd-errors.exp
index 9ed0557975b3..2916d423029e 100644
--- a/contrib/bmake/unit-tests/cmd-errors.exp
+++ b/contrib/bmake/unit-tests/cmd-errors.exp
@@ -1,9 +1,14 @@
-: undefined eol
+: undefined--eol
make: Unclosed variable "UNCLOSED"
-: unclosed-variable
-make: Unclosed variable expression (expecting '}') for "UNCLOSED"
-: unclosed-modifier
-make: Unknown modifier "Z"
-: unknown-modifier eol
-: end eol
-exit status 0
+ 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}-eol"
+ in target "unknown-modifier"
+: end-eol
+exit status 2