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

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


The branch, v3-2-test has been updated
       via  0dbb8def6b9647bb01f4544361cb87bafdfb3fc8 (commit)
      from  04cce8c620108ba00921bd1630a8692abdc2e0dc (commit)

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


- Log -----------------------------------------------------------------
commit 0dbb8def6b9647bb01f4544361cb87bafdfb3fc8
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
    (cherry picked from commit 63e7d9adb7a51b3790eb431615cb6e450391a894)

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

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