Skip to content

Commit b35c168

Browse files
committed
use harness/ dir from current dir
1 parent 626a715 commit b35c168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/helpers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ var fs = require('fs');
55
var parseFile = require('test262-parser').parseFile;
66
var helperDir = __dirname + '/helpers/';
77

8-
if (fs.existsSync('test/harness')) {
9-
helperDir = 'test/harness/';
8+
if (fs.existsSync('harness/')) {
9+
helperDir = 'harness/';
1010
}
1111

1212
fs.readdirSync(helperDir)

0 commit comments

Comments
 (0)