]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
testsuite: fix expr syntax error in net registry test.
authorMichael Adam <obnox@samba.org>
Sun, 20 Jul 2008 21:49:40 +0000 (23:49 +0200)
committerMichael Adam <obnox@samba.org>
Sun, 20 Jul 2008 21:51:35 +0000 (23:51 +0200)
Pointed out by Björn Jacke <bj@sernet.de>.

Michael

source/script/tests/test_net_registry.sh

index 0f29b250196b52852c7af2d6636898a098007ceb..5edcb061ee2c0360941d8897cdc6bf7d404f0a96 100755 (executable)
@@ -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" \