The branch, v3-3-test has been updated
       via  73312e4e21b6d14363bd0987e0c9716c4ec91834 (commit)
       via  5b6c32160a5d8fafc807fbefb66aa8c98662baae (commit)
      from  f329aaf0452cc9bbad9fb6f67dac00bf8d1ef128 (commit)

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


- Log -----------------------------------------------------------------
commit 73312e4e21b6d14363bd0987e0c9716c4ec91834
Author: Michael Adam <[EMAIL PROTECTED]>
Date:   Wed Jul 9 00:33:54 2008 +0200

    testsuite: fix another expr typo in net registry test script.
    
    Michael

commit 5b6c32160a5d8fafc807fbefb66aa8c98662baae
Author: Michael Adam <[EMAIL PROTECTED]>
Date:   Wed Jul 9 00:33:14 2008 +0200

    testsuite: fix expr typo in net registry testscript.
    
    Michael

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

Summary of changes:
 source/script/tests/test_net_registry.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 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 b6d2797..0f29b25 100755
--- a/source/script/tests/test_net_registry.sh
+++ b/source/script/tests/test_net_registry.sh
@@ -402,7 +402,7 @@ testit "delete^2 key" \
 
 testit "enumerate nonexisting key" \
        test_enumerate_nonexisting HKLM/testkey || \
-       failed=`expr $failed +1`
+       failed=`expr $failed + 1`
 
 testit "create key with subkey" \
        test_createkey_with_subkey HKLM/testkey/subkey || \
@@ -435,7 +435,7 @@ testit "delete key with value" \
 if test "x${RPC}" = "xrpc" ; then
 testit "taking administrative rights from user ${USERNAME}" \
        take_administrative_rights || \
-       failed=`expr $failed +1`
+       failed=`expr $failed + 1`
 fi
 
 testok $0 $failed


-- 
Samba Shared Repository

Reply via email to