aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/opt-debug-lint.exp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/unit-tests/opt-debug-lint.exp')
-rw-r--r--contrib/bmake/unit-tests/opt-debug-lint.exp13
1 files changed, 8 insertions, 5 deletions
diff --git a/contrib/bmake/unit-tests/opt-debug-lint.exp b/contrib/bmake/unit-tests/opt-debug-lint.exp
index 05b341b30dae..7173ec476ec5 100644
--- a/contrib/bmake/unit-tests/opt-debug-lint.exp
+++ b/contrib/bmake/unit-tests/opt-debug-lint.exp
@@ -1,8 +1,11 @@
-make: "opt-debug-lint.mk" line 19: Variable "X" is undefined
-make: "opt-debug-lint.mk" line 41: Variable "UNDEF" is undefined
-make: "opt-debug-lint.mk" line 61: Missing delimiter ':' after modifier "L"
-make: "opt-debug-lint.mk" line 61: Missing delimiter ':' after modifier "P"
-make: "opt-debug-lint.mk" line 69: Unknown modifier "${"
+make: opt-debug-lint.mk:20: Variable "X" is undefined
+make: opt-debug-lint.mk:43: Variable "UNDEF" is undefined
+make: opt-debug-lint.mk:65: Missing delimiter ":" after modifier "L"
+ while evaluating variable "value" with value "value"
+make: opt-debug-lint.mk:65: Missing delimiter ":" after modifier "P"
+ while evaluating variable "value" with value "value"
+make: opt-debug-lint.mk:74: Unknown modifier ":${"
+ while evaluating variable "value" with value ""
make: Fatal errors encountered -- cannot continue
make: stopped in unit-tests
exit status 1