freebsd-dev/contrib/bmake/unit-tests/cond-cmp-string.exp
Simon J. Gerraty 8c973ee23d Merge bmake-20230414
Merge commit '51d8a8b4ac1dd7265e891149e470a803906de2a7'
2023-04-24 16:50:16 -07:00

12 lines
876 B
Plaintext

make: "cond-cmp-string.mk" line 19: Malformed conditional (str != str)
make: "cond-cmp-string.mk" line 44: Malformed conditional ("string" != "str""ing")
make: "cond-cmp-string.mk" line 52: Malformed conditional (!("value" = "value"))
make: "cond-cmp-string.mk" line 60: Malformed conditional (!("value" === "value"))
make: "cond-cmp-string.mk" line 118: Comparison with '<' requires both operands 'string' and 'string' to be numeric
make: "cond-cmp-string.mk" line 126: Comparison with '<=' requires both operands 'string' and 'string' to be numeric
make: "cond-cmp-string.mk" line 134: Comparison with '>' requires both operands 'string' and 'string' to be numeric
make: "cond-cmp-string.mk" line 142: Comparison with '>=' requires both operands 'string' and 'string' to be numeric
make: Fatal errors encountered -- cannot continue
make: stopped in unit-tests
exit status 1