#!/this/line/is/ignored/for/integration/tests
source auto-path
set "src-sec" "src-key" "quux1"
set "tgt-sec" "tgt-key" "quux2"
set "both-sec" "src-key" "bar1"
set "both-sec" "tgt-key" "bar2"
set "both-sec" "both-key" "bar3"
set "new-sec" "new-key" "foo1"
set "src-sec" "new-key" "foo2"
set "tgt-sec" "new-key" "foo3"
set "both-sec" "new-key" "foo4"
set "both-sec" "new-with-sep" "foo5" separator="="
remove "both-sec" "removed"
remove "src-sec" "removed"
remove section "removed-tgt"
remove section "removed-src"
remove section "no-such-section"
remove regex ".*" ".*_removed"