add Jaroslav to contibutors, update patch for test-stdin-from-file.js

This commit is contained in:
akhil 2014-06-05 09:33:41 -07:00
parent c5774fc99e
commit 7f4502681e
2 changed files with 4 additions and 3 deletions

View File

@ -9,3 +9,4 @@ Attila Szegedi
Kinsley Wong
Danilo Ansaloni
Andreas Woess
Jaroslav Tulach

View File

@ -1,7 +1,7 @@
--- ../nodejs/test/simple/test-stdin-from-file.js 2013-12-19 22:22:19.827516500 -0800
+++ test/simple/test-stdin-from-file.js 2014-01-06 18:31:59.224650500 -0800
--- ../node/test/simple/test-stdin-from-file.js 2014-06-04 14:14:39.975752401 -0700
+++ test/simple/test-stdin-from-file.js 2014-06-05 09:31:58.690420585 -0700
@@ -31,7 +31,7 @@
var stdoutScript = join(common.fixturesDir, 'echo.js');
var stdoutScript = join(common.fixturesDir, 'echo-close-check.js');
var tmpFile = join(common.fixturesDir, 'stdin.txt');
-var cmd = '"' + process.argv[0] + '" "' + stdoutScript + '" < "' +