From 7f4502681eebfd137ab6ebd9954bca8e08b31d2f Mon Sep 17 00:00:00 2001 From: akhil Date: Thu, 5 Jun 2014 09:33:41 -0700 Subject: [PATCH] add Jaroslav to contibutors, update patch for test-stdin-from-file.js --- CONTRIBUTORS | 1 + patches/test/simple/test-stdin-from-file.js.patch | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index aba4a0f..1cf2f5e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,3 +9,4 @@ Attila Szegedi Kinsley Wong Danilo Ansaloni Andreas Woess +Jaroslav Tulach diff --git a/patches/test/simple/test-stdin-from-file.js.patch b/patches/test/simple/test-stdin-from-file.js.patch index ba5ba17..5ac6e00 100644 --- a/patches/test/simple/test-stdin-from-file.js.patch +++ b/patches/test/simple/test-stdin-from-file.js.patch @@ -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 + '" < "' +