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 4c8e569dd0910109163122c9819bbff0cb57378e (commit)
from 6677c1202426c8f4a22c67789415822515f95e0e (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=4c8e569dd0910109163122c9819bbff0cb57378e
commit 4c8e569dd0910109163122c9819bbff0cb57378e
Author: Simon Josefsson <[email protected]>
Date: Thu Jan 28 10:29:00 2021 +0100
Fix last commit.
diff --git a/tests/hostname.sh b/tests/hostname.sh
index 4b85cbc..f009135 100755
--- a/tests/hostname.sh
+++ b/tests/hostname.sh
@@ -46,6 +46,7 @@ test $errno -eq 0 || exit $errno
sys_hostname=`hostname` || errno=$?
if test $errno -ne 0; then
echo "System hostname failed (rc $errno out $sys_hostname)." >&2
+ errno=0
sys_hostname=`uname -n` || errno=$?
test $errno -eq 0 || echo "Failed uname (rc $errno out $sys_hostname)." >&2
test $errno -eq 0 || exit $errno
-----------------------------------------------------------------------
Summary of changes:
tests/hostname.sh | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
GNU Inetutils
_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils