[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3358-g87e02bc

Michael Adam obnox at samba.org
Sun Jul 20 21:52:16 GMT 2008


The branch, v3-3-test has been updated
       via  87e02bca04cb26d0d237f3ccd17be0ba2dd6d85f (commit)
      from  f2656e5c2e700523ead7a62734d203ad0caaff0c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 87e02bca04cb26d0d237f3ccd17be0ba2dd6d85f
Author: Michael Adam <obnox at samba.org>
Date:   Sun Jul 20 23:49:40 2008 +0200

    testsuite: fix expr syntax error in net registry test.
    
    Pointed out by Björn Jacke <bj at sernet.de>.
    
    Michael

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

Summary of changes:
 source/script/tests/test_net_registry.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/script/tests/test_net_registry.sh b/source/script/tests/test_net_registry.sh
index 0f29b25..5edcb06 100755
--- a/source/script/tests/test_net_registry.sh
+++ b/source/script/tests/test_net_registry.sh
@@ -362,7 +362,7 @@ take_administrative_rights()
 if test "x${RPC}" = "xrpc" ; then
 testit "giving user ${USERNAME} administrative rights" \
 	give_administrative_rights || \
-	failed=`expr $failed +1`
+	failed=`expr $failed + 1`
 fi
 
 testit "enumerate HKLM" \


-- 
Samba Shared Repository


More information about the samba-cvs mailing list