Test: Removed debug diagnostics
This commit is contained in:
@@ -75,11 +75,8 @@ class TestBug1436(TestCase):
|
|||||||
self.echo = Task(taskw=utils.binary_location("/bin/echo"))
|
self.echo = Task(taskw=utils.binary_location("/bin/echo"))
|
||||||
|
|
||||||
code, out, err = self.echo("xxx \\\\\\\\yyy zzz") # Shows as 'xxx \\yyy zzz'
|
code, out, err = self.echo("xxx \\\\\\\\yyy zzz") # Shows as 'xxx \\yyy zzz'
|
||||||
self.tap(out)
|
|
||||||
code, out, err = self.echo("xxx \\\\yyy zzz") # Shows as 'xxx \yyy zzz'
|
code, out, err = self.echo("xxx \\\\yyy zzz") # Shows as 'xxx \yyy zzz'
|
||||||
self.tap(out)
|
|
||||||
code, out, err = self.echo("xxx \\yyy zzz") # Shows as 'xxx yyy zzz'
|
code, out, err = self.echo("xxx \\yyy zzz") # Shows as 'xxx yyy zzz'
|
||||||
self.tap(out)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user