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-146-g2a1bd


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-146-g2a1bd6e
Date: Thu, 09 Aug 2012 12:22:50 +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  2a1bd6e98f4bbc401ea792b2158df4a17e23616b (commit)
      from  0b06c88a50954e0671f834985a38bbe2a53881f4 (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=2a1bd6e98f4bbc401ea792b2158df4a17e23616b


commit 2a1bd6e98f4bbc401ea792b2158df4a17e23616b
Author: Mats Erik Andersson <address@hidden>
Date:   Thu Aug 9 14:21:55 2012 +0200

    Test script update.

diff --git a/ChangeLog b/ChangeLog
index a06663d..f6b7fa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-08-09  Mats Erik Andersson  <address@hidden>
 
+       * tests/tftp.sh: Use evaluation `${VERBOSE:+-v}'
+       to handle empty string uniformly.
+
+2012-08-09  Mats Erik Andersson  <address@hidden>
+
        Make building successful on FreeBSD 9.0.
 
        * paths (PATH_UTMP): Add `/var/run/utx.active'.
diff --git a/tests/tftp.sh b/tests/tftp.sh
index 88bd164..c9c66dc 100755
--- a/tests/tftp.sh
+++ b/tests/tftp.sh
@@ -303,7 +303,7 @@ for addr in $ADDRESSES; do
     for name in $FILELIST; do
        EFFORTS=`expr $EFFORTS + 1`
        rm -f $name
-       echo "get $name" | "$TFTP" ${VERBOSE+-v} "$addr" $PORT
+       echo "get $name" | "$TFTP" ${VERBOSE:+-v} "$addr" $PORT
 
        cmp "$TMPDIR/tftp-test/$name" "$name" 2>/dev/null
        result=$?
@@ -350,7 +350,7 @@ if $do_conf_reload; then
     for addr in $ADDRESSES; do
        EFFORTS=`expr $EFFORTS + 1`
        test -f "$name" && rm "$name"
-       echo "get $name" | "$TFTP" ${VERBOSE+-v} "$addr" $PORT
+       echo "get $name" | "$TFTP" ${VERBOSE:+-v} "$addr" $PORT
        cmp "$TMPDIR/tftp-test/$name" "$name" 2>/dev/null
        result=$?
        if test $result -ne 0; then

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

Summary of changes:
 ChangeLog     |    5 +++++
 tests/tftp.sh |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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