X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6106441685a38400d9aa94ccb7218218102f941c..213e031dda6a34c50c04de0d6041f45ab2db0a91:/test/cleanup?ds=inline diff --git a/test/cleanup b/test/cleanup index 82b22616..df252fa1 100755 --- a/test/cleanup +++ b/test/cleanup @@ -5,12 +5,13 @@ # another "make check", you will get new binaries to test against. # -if [ -z "${MH_TEST_COMMON}" ]; then - echo "MH_TEST_COMMON not set; try running via 'make check'" +if test -z "${MH_OBJ_DIR}"; then + srcdir=`dirname $0`/.. + MH_OBJ_DIR=`cd $srcdir && pwd`; export MH_OBJ_DIR fi -. ${MH_TEST_COMMON} +. "${MH_OBJ_DIR}/test/common.sh" -setup_test +rm -rf "${MH_TEST_DIR}"/.w3m -rm -rf ${MH_INST_DIR} +rm -rf "${MH_INST_DIR}"