s3-selftest: Remove some unnecessary comma
authorBjörn Baumbach <bb@sernet.de>
Wed, 9 Nov 2011 12:19:59 +0000 (13:19 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 21 Mar 2012 23:21:56 +0000 (00:21 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/selftest/tests.py

index 588cdb3b0e3a23715de65770d2bd6e541523d8b2..fb1eaae0ecee7e9df8f6f0c7c11b9ec2c08acbce 100755 (executable)
@@ -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'])