aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/var-op-expand.exp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/unit-tests/var-op-expand.exp')
-rw-r--r--contrib/bmake/unit-tests/var-op-expand.exp22
1 files changed, 18 insertions, 4 deletions
diff --git a/contrib/bmake/unit-tests/var-op-expand.exp b/contrib/bmake/unit-tests/var-op-expand.exp
index a4ba53942cf7..5e2c3d1936d7 100644
--- a/contrib/bmake/unit-tests/var-op-expand.exp
+++ b/contrib/bmake/unit-tests/var-op-expand.exp
@@ -1,7 +1,21 @@
-make: "var-op-expand.mk" line 265: Unknown modifier "s,value,replaced,"
-make: "var-op-expand.mk" line 268: warning: XXX Neither branch should be taken.
-make: "var-op-expand.mk" line 273: Unknown modifier "s,value,replaced,"
-make: "var-op-expand.mk" line 274: warning: XXX Neither branch should be taken.
+make: var-op-expand.mk:274: Unknown modifier ":s,value,replaced,"
+ while evaluating variable "later" with value ""
+ while evaluating variable "indirect" with value "${later:s,value,replaced,} ok ${later:value=sysv}"
+make: var-op-expand.mk:282: Unknown modifier ":s,value,replaced,"
+ while evaluating variable "later" with value "lowercase-value"
+ while evaluating variable "indirect" with value "${later:s,value,replaced,} ok ${later:value=sysv}"
+make: var-op-expand.mk:295: Bad condition
+ while evaluating condition " < 0 "
+make: var-op-expand.mk:295: Unknown modifier ":Z1"
+ while parsing "${:Z1}:${:Z2}}"
+ while evaluating then-branch of condition " < 0 "
+make: var-op-expand.mk:295: Unknown modifier ":Z2"
+ while parsing "${:Z2}}"
+ while evaluating else-branch of condition " < 0 "
+make: var-op-expand.mk:295: Unknown modifier ":Z1"
+ while evaluating "${:Z1}:${:Z2}}" with value ""
+make: var-op-expand.mk:295: Unknown modifier ":Z2"
+ while evaluating "${:Z2}}" with value ""
make: Fatal errors encountered -- cannot continue
make: stopped in unit-tests
exit status 1