From a0138ea21979d3a5780e4f9eb252861097aea852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Thu, 11 Oct 2018 02:39:17 +0100 Subject: [PATCH] test: remove unused variable This fixes linting. --- test/process-exec-sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/process-exec-sync.js b/test/process-exec-sync.js index 859cbc1f6f..13daf308a3 100644 --- a/test/process-exec-sync.js +++ b/test/process-exec-sync.js @@ -10,7 +10,7 @@ if (!String.prototype.startsWith) { } function processExecSync(file, args, options) { - var child, error, timeout, tmpdir, command, quote + var child, error, timeout, tmpdir, command command = makeCommand(file, args) /*