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_8-197-g14059fd


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-197-g14059fd
Date: Tue, 13 Dec 2011 01:57:52 +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  14059fd60135323938a926a5d6793234f179de12 (commit)
      from  ae08f03b3de1101120aaf287ceb6f7b63981968a (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=14059fd60135323938a926a5d6793234f179de12


commit 14059fd60135323938a926a5d6793234f179de12
Author: Mats Erik Andersson <address@hidden>
Date:   Tue Dec 13 02:56:16 2011 +0100

    tests/ftp-localhost.sh: Sanity check.

diff --git a/ChangeLog b/ChangeLog
index c8f960c..4fd9ce9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-12-13  Mats Erik Andersson <address@hidden>
 
+       * tests/ftp-localhost.sh: Check presence of directory `~ftp'.
+
+2011-12-13  Mats Erik Andersson <address@hidden>
+
        * tests/tftp.sh: Subtests for differing data transfer size.
        Portability fix for Solaris.
 
diff --git a/tests/ftp-localhost.sh b/tests/ftp-localhost.sh
index e50c5cb..39307c6 100755
--- a/tests/ftp-localhost.sh
+++ b/tests/ftp-localhost.sh
@@ -47,6 +47,11 @@ if ! id -u ftp > /dev/null; then
     exit 77
 fi
 
+if [ ! -d ~ftp ]; then
+    echo "the user 'ftp' must have a home directory"
+    exit 77
+fi
+
 # Note that inetd changes directory to / when --debug is not given so
 # all paths must be absolute for things to work.
 

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

Summary of changes:
 ChangeLog              |    4 ++++
 tests/ftp-localhost.sh |    5 +++++
 2 files changed, 9 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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