summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2011-11-09 13:19:59 +0100
committerMichael Adam <obnox@samba.org>2012-03-22 00:21:56 +0100
commit0e3be00af10f12a9664a955279ee5565e58f521c (patch)
tree46c6cff731c853a88abb742a295bd011c3a72266 /source3
parent56f2f76166def8e06f7ceade98ccb00b72999443 (diff)
downloadsamba-0e3be00af10f12a9664a955279ee5565e58f521c.tar.gz
samba-0e3be00af10f12a9664a955279ee5565e58f521c.tar.bz2
samba-0e3be00af10f12a9664a955279ee5565e58f521c.zip
s3-selftest: Remove some unnecessary comma
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/selftest/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 588cdb3b0e..fb1eaae0ec 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -196,12 +196,12 @@ plantestsuite("samba3.blackbox.net.rpc.registry", "s3dc", [os.path.join(samba3sr
scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration, 'rpc'])
plantestsuite("samba3.blackbox.net.local.registry.roundtrip", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_registry_roundtrip.sh"),
- scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration,])
+ scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration])
plantestsuite("samba3.blackbox.net.rpc.registry.roundtrip", "s3dc", [os.path.join(samba3srcdir, "script/tests/test_net_registry_roundtrip.sh"),
scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration, 'rpc'])
plantestsuite("samba3.blackbox.net.local.conf", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_conf.sh"),
- scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration,])
+ scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration])
plantestsuite("samba3.blackbox.net.rpc.conf", "s3dc", [os.path.join(samba3srcdir, "script/tests/test_net_conf.sh"),
scriptdir, "$SMB_CONF_PATH", binpath('net'), configuration, 'rpc'])