From c35f4909f43bf31441ed1be9d26ea69f6e73c005 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 4 May 2017 22:16:54 -0700 Subject: [PATCH] test: remove unused testpy code The temporary directory for tests is managed in the JS `common` module. Remove unused variable from `testpy` that is legacy from when it was managed in the Python test harness. PR-URL: https://github.com/nodejs/node/pull/12844 Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: David Cai --- test/testpy/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/testpy/__init__.py b/test/testpy/__init__.py index d5703648b9c4b6..4e6fb4e660d9d0 100644 --- a/test/testpy/__init__.py +++ b/test/testpy/__init__.py @@ -43,7 +43,6 @@ def __init__(self, path, file, arch, mode, context, config, additional=None): self.config = config self.arch = arch self.mode = mode - self.tmpdir = join(dirname(self.config.root), 'tmp') if additional is not None: self.additional_flags = additional else: