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