aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/cond-op-not.exp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/unit-tests/cond-op-not.exp')
-rw-r--r--contrib/bmake/unit-tests/cond-op-not.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/bmake/unit-tests/cond-op-not.exp b/contrib/bmake/unit-tests/cond-op-not.exp
new file mode 100644
index 000000000000..37f57b7fdfa7
--- /dev/null
+++ b/contrib/bmake/unit-tests/cond-op-not.exp
@@ -0,0 +1,6 @@
+make: "cond-op-not.mk" line 29: Not empty evaluates to true.
+make: "cond-op-not.mk" line 37: Not space evaluates to false.
+make: "cond-op-not.mk" line 41: Not 0 evaluates to true.
+make: "cond-op-not.mk" line 49: Not 1 evaluates to false.
+make: "cond-op-not.mk" line 55: Not word evaluates to false.
+exit status 0