From: Björn Baumbach Date: Wed, 9 Nov 2011 12:19:59 +0000 (+0100) Subject: s3-selftest: Remove some unnecessary comma X-Git-Tag: tdb-1.2.10~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e3be00af10f12a9664a955279ee5565e58f521c;p=thirdparty%2Fsamba.git s3-selftest: Remove some unnecessary comma Signed-off-by: Michael Adam --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 588cdb3b0e3..fb1eaae0ece 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'])