summaryrefslogtreecommitdiff
path: root/test/testpy
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-05-04 22:16:54 -0700
committerRich Trott <rtrott@gmail.com>2017-05-08 13:14:35 -0700
commitdc4313c62007c8473331221c501d09fa70fa3478 (patch)
tree02755948761fc1b44592e017ccd25afa1b97811a /test/testpy
parentf6247a945ca8c41ba8738883d948282f36b9671c (diff)
downloadandroid-node-v8-dc4313c62007c8473331221c501d09fa70fa3478.tar.gz
android-node-v8-dc4313c62007c8473331221c501d09fa70fa3478.tar.bz2
android-node-v8-dc4313c62007c8473331221c501d09fa70fa3478.zip
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 <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: David Cai <davidcai1993@yahoo.com>
Diffstat (limited to 'test/testpy')
-rw-r--r--test/testpy/__init__.py1
1 files changed, 0 insertions, 1 deletions
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: