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: Ken Hornstein
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 7b45ebd870d32add1d4185159ec856f9d9684b5c
Date: Sat, 11 Feb 2012 04:39:03 +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  7b45ebd870d32add1d4185159ec856f9d9684b5c (commit)
      from  96314ed680840a57b0fef7b7d8a4c93925596e86 (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=7b45ebd870d32add1d4185159ec856f9d9684b5c


commit 7b45ebd870d32add1d4185159ec856f9d9684b5c
Author: Ken Hornstein <address@hidden>
Date:   Fri Feb 10 23:38:40 2012 -0500

    Fix this so it works when valgrind is installed.

diff --git a/test/inc/test-deb359167 b/test/inc/test-deb359167
index 26aea11..72c6b7f 100755
--- a/test/inc/test-deb359167
+++ b/test/inc/test-deb359167
@@ -12,9 +12,16 @@ require_prog valgrind
 
 TESTMBOX="$THISDIR/deb359167.mbox"
 
-if [ "$(${MD5SUM} "$TESTMBOX" | cut -d ' ' -f 1)" != 
"e6ac458b8cccba2b2fd866fb505aeb5e" ]; then 
+if [ "$(output_md5 "$TESTMBOX" | cut -d ' ' -f 1)" != 
"e6ac458b8cccba2b2fd866fb505aeb5e" ]; then 
   echo "Test mailbox has been corrupted"
   exit 1
 fi
 
+#
+# valgrind refuses to run on a setuid/setgid program, so chmod inc so it
+# isn't (just in case)
+#
+
+chmod 755 ${MH_INST_DIR}${bindir}/inc
+
 valgrind --error-exitcode=1 --quiet inc -silent -file "$TESTMBOX"

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

Summary of changes:
 test/inc/test-deb359167 |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)


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



reply via email to

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