mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s4:tests/samba_tool/gpo.py: fix accidential line break
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
a581242080
commit
4970d3cacb
@ -34,8 +34,7 @@ class GpoCmdTestCase(SambaToolCmdTest):
|
|||||||
|
|
||||||
def test_fetchfail(self):
|
def test_fetchfail(self):
|
||||||
"""Run against a non-existent GPO, and make sure it fails (this hard-coded UUID is very unlikely to exist"""
|
"""Run against a non-existent GPO, and make sure it fails (this hard-coded UUID is very unlikely to exist"""
|
||||||
(result, out, err) = self.runsubcmd("gpo", "fetch", "c25cac17-a02a-4151-835d-fae17446ee43", "-H", "ldap://%s" %
|
(result, out, err) = self.runsubcmd("gpo", "fetch", "c25cac17-a02a-4151-835d-fae17446ee43", "-H", "ldap://%s" % os.environ["SERVER"])
|
||||||
os.environ["SERVER"])
|
|
||||||
self.assertEquals(result, -1, "check for result code")
|
self.assertEquals(result, -1, "check for result code")
|
||||||
|
|
||||||
def test_fetch(self):
|
def test_fetch(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user