commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. v2.1-12-g71c80e6


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. v2.1-12-g71c80e6
Date: Sun, 25 Jul 2021 03:21:11 -0400 (EDT)

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 "GNU Inetutils ".

The branch, master has been updated
       via  71c80e612f38e3f497cf7104577e3e281bc4f825 (commit)
      from  c42e1472ee87521ee0c15d6dec01abe033653dfb (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/inetutils.git/commit/?id=71c80e612f38e3f497cf7104577e3e281bc4f825


commit 71c80e612f38e3f497cf7104577e3e281bc4f825
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sun Jul 25 09:20:33 2021 +0200

    tests: Don't fail ftp-localhost.sh when sysctl is missing.
    
    * tests/ftp-localhost.sh: Silent fail.

diff --git a/tests/ftp-localhost.sh b/tests/ftp-localhost.sh
index 2d94317..974e948 100755
--- a/tests/ftp-localhost.sh
+++ b/tests/ftp-localhost.sh
@@ -610,7 +610,7 @@ else
     # Do we have sysctl(8) available?
     # It need not be present with the default search path,
     # so locally augment PATH!
-    SYSCTL=`PATH="$PATH":/usr/sbin:/sbin command -v sysctl`
+    SYSCTL=`PATH="$PATH":/usr/sbin:/sbin command -v sysctl || true`
 
     if test -n "$SYSCTL"; then
        have_sysctl=true

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

Summary of changes:
 tests/ftp-localhost.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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