From: David Levine Date: Mon, 3 Mar 2014 15:14:09 +0000 (-0800) Subject: In test/common.sh.in trap, cd to $MH_TEST_DIR before trying X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/7b9cb49c7c683bc69ac7fd2f20436ae2b40fbb6d?ds=sidebyside;hp=7b9cb49c7c683bc69ac7fd2f20436ae2b40fbb6d In test/common.sh.in trap, cd to $MH_TEST_DIR before trying to remove its Mail subdirectory. rm on Solaris won't remove it if it's in the path of the current working directory. ---