xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/dict_union_test.in (revision f3bc92a4f25066883a5d85d66df30605583c883c)
1${VALGRIND} ./dict_open 'unionmap:{static:one,static:two,inline:{foo=three}}' read <<EOF
2get foo
3get bar
4EOF
5${VALGRIND} ./dict_open 'unionmap:{static:one,fail:fail}' read <<EOF
6get foo
7EOF
8