Current File : //root/postfix-3.2.0/src/util/dict_union_test.in
${VALGRIND} ./dict_open 'unionmap:{static:one,static:two,inline:{foo=three}}' read <<EOF
get foo
get bar
EOF
${VALGRIND} ./dict_open 'unionmap:{static:one,fail:fail}' read <<EOF
get foo
EOF