diff --git a/testing/xpcshell/remotexpcshelltests.py b/testing/xpcshell/remotexpcshelltests.py index d4eb8f593825..e460b2e3ccf8 100644 --- a/testing/xpcshell/remotexpcshelltests.py +++ b/testing/xpcshell/remotexpcshelltests.py @@ -155,7 +155,6 @@ class XPCShellRemote(xpcshell.XPCShellTests, object): self.device.pushFile(os.path.join(dir, info.filename), remoteFile) finally: shutil.rmtree(dir) - return for file in os.listdir(self.localLib): if (file.endswith(".so")):