xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/dict_union_test.ref (revision 4f645668ed707e1f969c546666f8c8e45e6f8888)
1+ ./dict_open unionmap:{static:one,static:two,inline:{foo=three}} read
2owner=trusted (uid=2147483647)
3> get foo
4foo=one,two,three
5> get bar
6bar=one,two
7+ ./dict_open unionmap:{static:one,fail:fail} read
8owner=trusted (uid=2147483647)
9> get foo
10foo: error
11