summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/modorder.exp
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/unit-tests/modorder.exp')
-rw-r--r--usr.bin/make/unit-tests/modorder.exp11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr.bin/make/unit-tests/modorder.exp b/usr.bin/make/unit-tests/modorder.exp
deleted file mode 100644
index 4117427..0000000
--- a/usr.bin/make/unit-tests/modorder.exp
+++ /dev/null
@@ -1,11 +0,0 @@
-LIST = one two three four five six seven eight nine ten
-LIST:O = eight five four nine one seven six ten three two
-LIST:Ox = Ok
-LIST:O:Ox = Ok
-LISTX = Ok
-LISTSX = Ok
-make: Bad modifier `:OX' for LIST
-BADMOD 1 = }
-make: Bad modifier `:OxXX' for LIST
-BADMOD 2 = XX}
-exit status 0