summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/modorder.exp
blob: 411742738d6309384da3b0481b85c57cc1771213 (plain)
1
2
3
4
5
6
7
8
9
10
11
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