nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 6ce3e60f25c94b31e5d090ea03dee09d70dc1f7b
Date: Sat, 18 Feb 2012 00:46:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  6ce3e60f25c94b31e5d090ea03dee09d70dc1f7b (commit)
      from  4877596410e850f2295f1015738bd8ca6e86ee0f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=6ce3e60f25c94b31e5d090ea03dee09d70dc1f7b


commit 6ce3e60f25c94b31e5d090ea03dee09d70dc1f7b
Author: David Levine <address@hidden>
Date:   Fri Feb 17 18:44:35 2012 -0600

    Here's the proper fix instead of the hack of 
d28ce569fe233141f86fe516878361da01c9f9cb.  Use ${srcdir} in to refer to extra 
files in tests, as before.

diff --git a/test/README b/test/README
index 9f890e2..6d39162 100644
--- a/test/README
+++ b/test/README
@@ -38,6 +38,6 @@ If you wish to write a new test script, here are the steps:
 
 - If you need additional files for your tests, be sure to add them to
   the EXTRA_DIST variable in Makefile.am.  Note that you should insure
-  that you access these files relative to the $MH_OBJ_DIR environment variable.
+  that you access these files relative to the $srcdir environment variable.
 
 - Verify that the test works with both "make check" and "make distcheck".
diff --git a/test/inc/test-deb359167 b/test/inc/test-deb359167
index 6b43358..0058a8a 100755
--- a/test/inc/test-deb359167
+++ b/test/inc/test-deb359167
@@ -13,7 +13,7 @@ setup_test
 
 require_prog valgrind
 
-THISDIR="`dirname $0`"
+THISDIR="$srcdir/test/inc"
 TESTMBOX="$THISDIR/deb359167.mbox"
 
 if [ "$(output_md5 "$TESTMBOX" | cut -d ' ' -f 1)" != 
"e6ac458b8cccba2b2fd866fb505aeb5e" ]; then 
diff --git a/test/inc/test-eom-align b/test/inc/test-eom-align
index 0be4969..c330067 100755
--- a/test/inc/test-eom-align
+++ b/test/inc/test-eom-align
@@ -13,7 +13,7 @@ fi
 
 setup_test
 
-THISDIR="`dirname $0`"
+THISDIR="$srcdir/test/inc"
 
 if [ ! -z "$VALGRIND_ME" ]; then
     require_prog valgrind

-----------------------------------------------------------------------

Summary of changes:
 test/README             |    2 +-
 test/inc/test-deb359167 |    2 +-
 test/inc/test-eom-align |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]