aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/cond-op-not.exp
blob: fcdceee9af210c24f5645d91ab57002f03b00e40 (plain) (blame)
1
2
3
4
5
6
7
8
9
make: "cond-op-not.mk" line 30: Not empty evaluates to true.
make: "cond-op-not.mk" line 39: Not space evaluates to false.
make: "cond-op-not.mk" line 44: Not 0 evaluates to true.
make: "cond-op-not.mk" line 53: Not 1 evaluates to false.
make: "cond-op-not.mk" line 60: Not word evaluates to false.
make: "cond-op-not.mk" line 65: Malformed conditional (!)
make: Fatal errors encountered -- cannot continue
make: stopped in unit-tests
exit status 1