fix test paths to reflect new test directory structure

This commit is contained in:
Sebastian McKenzie
2015-03-28 05:38:12 +11:00
parent dfbcf95b0e
commit df251fbfff
3 changed files with 8 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ var assertTest = function (stdout, stderr, opts) {
};
var buildTest = function (binName, testName, opts) {
var binLoc = path.normalize(__dirname + "/../bin/" + binName);
var binLoc = path.normalize(__dirname + "/../../bin/" + binName);
return function (callback) {
this.timeout(5000);