#!/bin/sh -e . t/common.sh interactive printf '%s\n' > file \ "${HEAD} ours" \ ours \ "${PARENT} base" \ base \ "${TAIL}" \ theirs \ "${END} theirs" printf '%s\n' > file.expected \ ours printf '%s' h > input normal --interactive --interactive file 8output test -s output