#!/bin/sh -e . t/common.sh printf '%s\n' > file \ "${HEAD} ours" \ ours \ "${PARENT} base" \ base \ "${TAIL}" \ theirs \ "${END} theirs" printf '%s\n' > file.expected \ ours normal --select-head --select-tail --no-select-tail --no-reduce file also_interactive h