From dc4313c62007c8473331221c501d09fa70fa3478 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 ccd55b0565..7c5c7caab5 100644 --- a/test/testpy/__init__.py +++ b/test/testpy/__init__.py @@ -44,7 +44,6 @@ class SimpleTestCase(test.TestCase): 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: