summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-09 00:33:54 +0200
committerMichael Adam <obnox@samba.org>2008-07-09 00:33:54 +0200
commit733cf7602670d6762dd9aa85d3332f6e10ee78cd (patch)
tree2b8ece542a88782c09fcb47b9d2dc8f33fb86431 /source3/script
parentb65d497c33058a1613421ee19981089ad1f1cfab (diff)
downloadsamba-733cf7602670d6762dd9aa85d3332f6e10ee78cd.tar.gz
samba-733cf7602670d6762dd9aa85d3332f6e10ee78cd.tar.bz2
samba-733cf7602670d6762dd9aa85d3332f6e10ee78cd.zip
testsuite: fix another expr typo in net registry test script.
Michael (This used to be commit 73312e4e21b6d14363bd0987e0c9716c4ec91834)
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_net_registry.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_net_registry.sh b/source3/script/tests/test_net_registry.sh
index 0c26527aa5..0f29b25019 100755
--- a/source3/script/tests/test_net_registry.sh
+++ b/source3/script/tests/test_net_registry.sh
@@ -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