summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/cond2.exp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/unit-tests/cond2.exp')
-rw-r--r--devel/bmake/files/unit-tests/cond2.exp7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/bmake/files/unit-tests/cond2.exp b/devel/bmake/files/unit-tests/cond2.exp
new file mode 100644
index 00000000000..22e76a5b2c9
--- /dev/null
+++ b/devel/bmake/files/unit-tests/cond2.exp
@@ -0,0 +1,7 @@
+make: Bad conditional expression ` == "empty"' in == "empty"?oops:ok
+make: "cond2.mk" line 13: Malformed conditional ({TEST_TYPO} == "Ok")
+TEST_NOT_SET is empty or not defined
+make: "cond2.mk" line 20: Malformed conditional (${TEST_NOT_SET} == "empty")
+make: Fatal errors encountered -- cannot continue
+make: stopped in unit-tests
+exit status 1