if [ "${AUTOPKGTEST_TMP}" != "" ]; then
    COFFEETAPE=/usr/bin/coffeetape
else
    COFFEETAPE=./bin/coffeetape
fi
printf 'using COFFEETAPE=%s\n' "${COFFEETAPE}"
${COFFEETAPE} test.coffee test2.coffee.md
