Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-release-src > by-pkgid > c50865d73a77d7a93a332aa4635cca17 > files > 1

nodejs-optimist-0.6.1-1.mga6.src.rpm

--- test/parse.js.orig	2016-02-07 21:34:22.432551791 +0100
+++ test/parse.js	2016-02-07 21:34:33.276669826 +0100
@@ -2,7 +2,7 @@
 var path = require('path');
 var test = require('tap').test;
 
-var $0 = 'node ./' + path.relative(process.cwd(), __filename);
+var $0 = '/usr/bin/node ./' + path.relative(process.cwd(), __filename);
 
 test('short boolean', function (t) {
     var parse = optimist.parse([ '-b' ]);