From cd48649c618655583d1060e57baed041798de4e3 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 1 Dec 2010 13:40:28 -0800 Subject: [PATCH] Require without .js in test-repl --- test/simple/test-repl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/simple/test-repl.js b/test/simple/test-repl.js index d246508721..b788583ce0 100644 --- a/test/simple/test-repl.js +++ b/test/simple/test-repl.js @@ -11,7 +11,7 @@ var net = require("net"), server_tcp, server_unix, client_tcp, client_unix, timer; // absolute path to test/fixtures/a.js -var moduleFilename = require("path").join(common.fixturesDir, "a.js"); +var moduleFilename = require("path").join(common.fixturesDir, "a"); common.error('repl test');