lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 0b85c14 30/30: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 0b85c14 30/30: Improve documentation
Date: Wed, 24 Mar 2021 15:31:12 -0400 (EDT)

branch: master
commit 0b85c1437c3c770867c4a63dfc1a9d9b29493fba
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Improve documentation
    
    The 'lmi_md5sum' binary was used for a while as a transitional aid, but
    it is no longer distributed because md5sum validation is handled within
    lmi itself. Thus, the binary is no longer needed and will be removed
    when convenient (perhaps quite soon).
---
 Makefile.am | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 9fa1964..7635f0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -169,9 +169,10 @@ TESTS = \
 
 check_PROGRAMS = $(TESTS)
 
-# Some tests (at least authenticity_test) rely on finding lmi binaries in PATH,
-# but they're only present in the build directory by the time the test runs, so
-# ensure they can be found there.
+# MD5 !! Two unit tests, 'authenticity_test' and 'system_command_test',
+# rely on finding an 'lmi_md5sum' binary in PATH, where it's found only
+# by the time the test runs, so ensure it can be found there. But this
+# should be removed because lmi no longer uses that program.
 AM_TESTS_ENVIRONMENT = PATH=.:$$PATH
 
 ##############################################################################



reply via email to

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