X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/031871c2ede845956070da603e8494690f7beb70..00949f4fa56dc4e1a7d4ea1972d7492d80880b2c:/test/teardown-test diff --git a/test/teardown-test b/test/teardown-test index 7e169e41..5dec4ab3 100755 --- a/test/teardown-test +++ b/test/teardown-test @@ -1,4 +1,8 @@ #!/bin/sh -rm -rf `cat test-temp-dir` -rm -f test-temp-dir +# Get full pathnames that we'll need. +testdir=`dirname $0` +builddir=$testdir/testbuild +testinstalldir=$testdir/testinstall + +rm -rf $builddir $testinstalldir