testscript: Clean up tmpdir

This commit is contained in:
2021-02-09 21:04:24 +01:00
parent ef2e0e4919
commit ce7ed9420a

View File

@@ -5,6 +5,8 @@ set -o errexit
tmpdir="$(mktemp -d)"
trap "rm -rf ${tmpdir}" EXIT
git archive --format tar --output "${tmpdir}/dotfiles.tar" HEAD
git submodule foreach 'bash -x -c "