]> diplodocus.org Git - nmh/blobdiff - test/format/test-mymbox
Enclosed program name and directory in double quotes so that they can contain whitespace.
[nmh] / test / format / test-mymbox
index 82f08792c94883384ac94a8d5a20e2558a08a9c4..e1d1ead8b716cc085abc5c6e212132f59ca69e98 100755 (executable)
@@ -4,11 +4,12 @@
 # a particular email address is "mine" or not
 #
 
 # a particular email address is "mine" or not
 #
 
-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
 
 fi
 
-. ${MH_TEST_COMMON}
+. "$MH_OBJ_DIR/test/common.sh"
 
 setup_test
 
 
 setup_test