From 7aef6423de84b351e2d533abe0cd8fa7b41d4b70 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 2 Dec 2013 17:46:09 -0500 Subject: [PATCH] Include /usr/lib/nodejs in node search path. (imported from commit c818905a91a5fe5754a0bddeb12caa00b50bfed3) --- tools/test-js-with-node | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-js-with-node b/tools/test-js-with-node index 6f07313f68..cdda3f2c93 100755 --- a/tools/test-js-with-node +++ b/tools/test-js-with-node @@ -2,7 +2,7 @@ cd "$(dirname "$0")"/.. -export NODE_PATH=static +export NODE_PATH=/usr/lib/nodejs:static INDEX_JS=zerver/tests/frontend/node/index.js NODEJS=$(which nodejs || which node)