diff options
Diffstat (limited to 'devel/bmake/files/unit-tests/cond1')
-rw-r--r-- | devel/bmake/files/unit-tests/cond1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/bmake/files/unit-tests/cond1 b/devel/bmake/files/unit-tests/cond1 index 04c0a8780d4..b04a529a820 100644 --- a/devel/bmake/files/unit-tests/cond1 +++ b/devel/bmake/files/unit-tests/cond1 @@ -1,4 +1,4 @@ -# $Id: cond1,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ +# $Id: cond1,v 1.1.1.2 2008/11/11 14:28:36 joerg Exp $ # hard code these! TEST_UNAME_S= NetBSD @@ -100,3 +100,5 @@ all: @echo "A='$A' B='$B' C='$C' o='$o,${o2}'" @echo "Passed:${.newline} ${Ok:S/,/${.newline}/}" @echo "${NUMBERS:@n@$n is ${("${PRIMES:M$n}" == ""):?not:} prime${.newline}@}" + @echo "${"${DoNotQuoteHere:U0}" > 0:?OK:No}" + @echo "${${NoSuchNumber:U42} > 0:?OK:No}" |