aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/tests/pathparsing.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodejs/tests/pathparsing.js')
-rw-r--r--src/nodejs/tests/pathparsing.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nodejs/tests/pathparsing.js b/src/nodejs/tests/pathparsing.js
index ebd5baf..a012329 100644
--- a/src/nodejs/tests/pathparsing.js
+++ b/src/nodejs/tests/pathparsing.js
@@ -1,6 +1,6 @@
if (module == require.main) {
- async_testing = require('./node-async-testing/lib/async_testing');
- return async_testing.run(process.ARGV);
+ async_testing = require('async_testing');
+ return async_testing.run(__filename, process.ARGV);
}
var assert = require('assert');