summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/moderrs.exp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/unit-tests/moderrs.exp')
-rw-r--r--devel/bmake/files/unit-tests/moderrs.exp16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/bmake/files/unit-tests/moderrs.exp b/devel/bmake/files/unit-tests/moderrs.exp
new file mode 100644
index 00000000000..cb51aa09d90
--- /dev/null
+++ b/devel/bmake/files/unit-tests/moderrs.exp
@@ -0,0 +1,16 @@
+Expect: Unknown modifier 'Z'
+make: Unknown modifier 'Z'
+VAR:Z=
+Expect: Unknown modifier 'Z'
+make: Unknown modifier 'Z'
+VAR:Z=
+Expect: Unclosed variable specification for VAR
+make: Unclosed variable specification (expecting '}') for "VAR" (value "Thevariable") modifier S
+VAR:S,V,v,=Thevariable
+Expect: Unclosed variable specification for VAR
+make: Unclosed variable specification after complex modifier (expecting '}') for VAR
+VAR:S,V,v,=Thevariable
+Expect: Unclosed substitution for VAR (, missing)
+make: Unclosed substitution for VAR (, missing)
+VAR:S,V,v=
+exit status 0