From: Sandro Santilli Date: Wed, 18 Jan 2012 13:46:27 +0000 (+0000) Subject: Do proper cleanups X-Git-Tag: 2.0.0alpha1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d6e687941ceb208f558f9903203c8c1619225b4;p=postgis Do proper cleanups git-svn-id: http://svn.osgeo.org/postgis/trunk@8866 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/run_test b/regress/run_test index 0b22513ac..21a13994a 100755 --- a/regress/run_test +++ b/regress/run_test @@ -830,9 +830,12 @@ echo "Run tests: $RUN" echo "Failed: $FAIL" if test x"$OPT_CLEAN" = "xyes"; then - rm -f "${TMPDIR}/dumper.*" + rm -f "${TMPDIR}"/dumper.* rm -f "${TMPDIR}/loader.*" rm -f "${TMPDIR}/regress_log" + rm -f "${TMPDIR}"/uninstall.* + rm -f "${TMPDIR}"/tmp/test_* + rmdir -p "${TMPDIR}/tmp/" 2> /dev/null rmdir -p "${TMPDIR}" 2> /dev/null fi