]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/cond-short.exp
OpenSSL: Merge OpenSSL 1.1.1k
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / cond-short.exp
1 expected and
2 expected and exists
3 expected and empty
4 expected U23 condition
5 expected VAR23
6 expected M pattern
7 expected or
8 expected or exists
9 expected or empty
10 defined(V42) && ${V42} > 0: Ok
11 defined(V66) && ( "${iV2}" < ${V42} ): Ok
12 1 || ${iV1} < ${V42}: Ok
13 1 || ${iV2:U2} < ${V42}: Ok
14 0 || ${iV1} <= ${V42}: Ok
15 0 || ${iV2:U2} < ${V42}: Ok
16 exit status 0