summaryrefslogtreecommitdiff
path: root/unit-tests/modorder.mk
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2020-07-01 02:13:04 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2020-07-01 02:13:04 +0000
commit6e0296234fdf9b27f5b0d9f884223b7c2b5b3d03 (patch)
tree13809240717d272377e3fc610c2b7981d59b51ff /unit-tests/modorder.mk
parentabd272d7cab9b0b2de6ab28d5bc664a8df7c5c85 (diff)
Notes
Diffstat (limited to 'unit-tests/modorder.mk')
-rw-r--r--unit-tests/modorder.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/unit-tests/modorder.mk b/unit-tests/modorder.mk
index 0f809391712f..89e64b43c57c 100644
--- a/unit-tests/modorder.mk
+++ b/unit-tests/modorder.mk
@@ -1,4 +1,4 @@
-# $NetBSD: modorder.mk,v 1.2 2020/01/07 22:42:14 rillig Exp $
+# $NetBSD: modorder.mk,v 1.3 2020/06/09 01:48:17 sjg Exp $
LIST= one two three four five six seven eight nine ten
LISTX= ${LIST:Ox}
@@ -10,6 +10,7 @@ TEST_RESULT= && echo Ok || echo Failed
all:
@echo "LIST = ${LIST}"
@echo "LIST:O = ${LIST:O}"
+ @echo "LIST:Or = ${LIST:Or}"
# Note that 1 in every 10! trials two independently generated
# randomized orderings will be the same. The test framework doesn't
# support checking probabilistic output, so we accept that each of the