#!/usr/bin/env bash cd "${0%/*}" || exit 1 . ../run-tests export STR=abc export DATA=(111 222) template() { cat <