xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/dict_pipe_test.ref (revision f3bc92a4f25066883a5d85d66df30605583c883c)
1+ ./dict_open pipemap:{inline:{k1=v1,k2=v2},inline:{v2=v3}} read
2owner=trusted (uid=2147483647)
3> get k0
4k0: not found
5> get k1
6k1: not found
7> get k2
8k2=v3
9+ ./dict_open pipemap:{inline:{k1=v1},fail:fail} read
10owner=trusted (uid=2147483647)
11> get k0
12k0: not found
13> get k1
14k1: error
15