#!/usr/bin/env bash cd "${0%/*}" || exit 1 . ../run-tests unset __NO_SUCH_VAR POPULATED="words" EMPTY="" arguments=(--fail-not-set) returnCode=1 template() { cat <