From: David Levine Date: Wed, 10 Aug 2016 15:41:01 +0000 (-0400) Subject: Added debug printouts. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/5d8bc1288d5bd672bfb81b347e4c7742fbe644d1?ds=sidebyside;hp=1846c42228ff68f328cb046027bc7a03ec3ba596 Added debug printouts. --- diff --git a/test/mhstore/test-mhstore b/test/mhstore/test-mhstore index 716c2dd7..0c94dc0b 100755 --- a/test/mhstore/test-mhstore +++ b/test/mhstore/test-mhstore @@ -23,6 +23,12 @@ actual="$MH_TEST_DIR/test-mhstore$$.actual" actual_err="$MH_TEST_DIR/test-mhmail$$.actual_err" cd "$MH_TEST_DIR" +# ???? debug +echo MH_TEST_DIR=$MH_TEST_DIR +echo 'PWD ='$PWD +echo 'pwd ='`pwd` +echo 'pwd -L='`pwd -L` +echo 'pwd -P='`pwd -P` # check with no options and no current message run_test 'mhstore' 'mhstore: no cur message'