commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-24-ga6ea20


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-24-ga6ea201
Date: Fri, 03 Feb 2012 11:00:49 +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 "GNU Inetutils ".

The branch, master has been updated
       via  a6ea201f3eed7b199632e44ec7a0b671df4654a9 (commit)
      from  c4f4c250a60fd67bd8b16686f531f7b2ad6e3d4f (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=a6ea201f3eed7b199632e44ec7a0b671df4654a9


commit a6ea201f3eed7b199632e44ec7a0b671df4654a9
Author: Mats Erik Andersson <address@hidden>
Date:   Fri Feb 3 11:58:25 2012 +0100

    Ducument test dependency. (silent change)

diff --git a/tests/ftp-localhost.sh b/tests/ftp-localhost.sh
index f85cd3f..0ac7f26 100755
--- a/tests/ftp-localhost.sh
+++ b/tests/ftp-localhost.sh
@@ -19,6 +19,17 @@
 
 # Written by Simon Josefsson
 
+# Prerequisites:
+#
+#  * Shell: SVR4 Bourne shell, or newer.
+#
+#  * cat(1), chmod(1), head(1), kill(1), rm(1).
+#
+#  * id(1), grep(1), mktemp(1), netstat(8), sed(1), uname(1).
+#
+#  * Detection of sysctl(8) is made.  Availability will
+#    lead to better test coverage.
+
 # FIXME: Better test coverage!
 #
 # Implemented: anonymous-only in inetd-mode.
diff --git a/tests/hostname.sh b/tests/hostname.sh
index cde7e03..ebeea1e 100755
--- a/tests/hostname.sh
+++ b/tests/hostname.sh
@@ -17,6 +17,12 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see `http://www.gnu.org/licenses/'.
 
+# Prerequisites:
+#
+#  * Shell: SVR3 Bourne shell, or newer.
+#
+#  * id(1), uname(1).
+
 hostname=${hostname:-../src/hostname$EXEEXT}
 
 if [ $VERBOSE ]; then
diff --git a/tests/ping-localhost.sh b/tests/ping-localhost.sh
index 0bda2fc..75c7839 100755
--- a/tests/ping-localhost.sh
+++ b/tests/ping-localhost.sh
@@ -17,6 +17,12 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see `http://www.gnu.org/licenses/'.
 
+# Prerequisites:
+#
+#  * Shell: SVR3 Bourne shell, or newer.
+#
+#  * id(1).
+
 PING=${PING:-../ping/ping$EXEEXT}
 TARGET=${TARGET:-127.0.0.1}
 
diff --git a/tests/syslogd.sh b/tests/syslogd.sh
index f9335c5..89b487b 100755
--- a/tests/syslogd.sh
+++ b/tests/syslogd.sh
@@ -21,6 +21,14 @@
 #
 # Written by Mats Erik Andersson.
 
+# Prerequisites:
+#
+#  * Shell: SVR4 Bourne shell, or newer.
+#
+#  * cat(1), expr(1), head(1), kill(1), pwd(1), rm(1), rmdir(1).
+#
+#  * id(1), grep(1), mktemp(1), netstat(8), ps(1), touch(1), uname(1).
+
 
 # Is usage explanation in demand?
 #
diff --git a/tests/tftp.sh b/tests/tftp.sh
index 40d68a6..a627de0 100755
--- a/tests/tftp.sh
+++ b/tests/tftp.sh
@@ -19,6 +19,15 @@
 
 # Run `inetd' with `tftpd' and try to fetch a file from there using `tftp'.
 
+# Prerequisites:
+#
+#  * Shell: SVR4 Bourne shell, or newer.
+#
+#  * cat(1), expr(1), head(1), kill(1), pwd(1), rm(1).
+#
+#  * cmp(1), dd(1), id(1), grep(1), mktemp(1), netstat(8),
+#    ps(1), sed(1), uname(1).
+
 if [ "$VERBOSE" ]; then
     set -x
 fi
diff --git a/tests/traceroute-localhost.sh b/tests/traceroute-localhost.sh
index a9f9e4c..6b254f9 100755
--- a/tests/traceroute-localhost.sh
+++ b/tests/traceroute-localhost.sh
@@ -17,6 +17,12 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see `http://www.gnu.org/licenses/'.
 
+# Prerequisites:
+#
+#  * Shell: SVR3 Bourne shell, or newer.
+#
+#  * id(1)
+
 TRACEROUTE=${TRACEROUTE:-../src/traceroute$EXEEXT}
 TARGET=${TARGET:-127.0.0.1}
 

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

Summary of changes:
 tests/ftp-localhost.sh        |   11 +++++++++++
 tests/hostname.sh             |    6 ++++++
 tests/ping-localhost.sh       |    6 ++++++
 tests/syslogd.sh              |    8 ++++++++
 tests/tftp.sh                 |    9 +++++++++
 tests/traceroute-localhost.sh |    6 ++++++
 6 files changed, 46 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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