diff --git a/buildutil/tap-test b/buildutil/tap-test index e7914541..6b2eb5c1 100755 --- a/buildutil/tap-test +++ b/buildutil/tap-test @@ -13,7 +13,7 @@ touch ${tempdir}/.testtmp function cleanup () { if test -n "${TEST_SKIP_CLEANUP:-}"; then echo "Skipping cleanup of ${tempdir}" - else if test -f ${tempdir}/.test; then + else if test -f ${tempdir}/.testtmp; then rm "${tempdir}" -rf fi fi