aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/cond-short.exp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/unit-tests/cond-short.exp')
-rw-r--r--contrib/bmake/unit-tests/cond-short.exp12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/bmake/unit-tests/cond-short.exp b/contrib/bmake/unit-tests/cond-short.exp
index fdc38d98a8b7..2865dcb6ef33 100644
--- a/contrib/bmake/unit-tests/cond-short.exp
+++ b/contrib/bmake/unit-tests/cond-short.exp
@@ -7,10 +7,10 @@ expected M pattern
expected or
expected or exists
expected or empty
-defined(V42) && 42 > 0: Ok
-defined(V66) && ( "" < 42 ): Ok
-1 || 42 < 42: Ok
-1 || < 42: Ok
-0 || 42 <= 42: Ok
-0 || < 42: Ok
+defined(V42) && ${V42} > 0: Ok
+defined(V66) && ( "${iV2}" < ${V42} ): Ok
+1 || ${iV1} < ${V42}: Ok
+1 || ${iV2:U2} < ${V42}: Ok
+0 || ${iV1} <= ${V42}: Ok
+0 || ${iV2:U2} < ${V42}: Ok
exit status 0