#!/bin/sh -e . t/common.sh printf '%s\n' > file \ "${PARENT} base" cp -- file file.original error file diff -u -- file file.original >&2