xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/dict_union_test.ref (revision f3bc92a4f25066883a5d85d66df30605583c883c)
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