From 78eb2a46d4a701b5171d18109ea3e37ba468a5de Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 12 Jan 2015 20:31:45 +0000 Subject: [PATCH 1/2] Try an alternative pipe-to method to fix OSX test --- test/unit/pipe-to/cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/pipe-to/cmd b/test/unit/pipe-to/cmd index 98ef9e4c..25fc188a 100644 --- a/test/unit/pipe-to/cmd +++ b/test/unit/pipe-to/cmd @@ -1 +1 @@ -sed -n "s/foo/bar/; P" > tmpfilecat tmpfile +sed -n "s/foo/bar/; P" > tmpfileecho -n $(tmpfile) From 5b117ae00ff66c3e112603e3de1eb2d25c13b8ab Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 12 Jan 2015 20:41:55 +0000 Subject: [PATCH 2/2] Another try to fix pipe-to test on OSX --- test/unit/pipe-to/cmd | 2 +- test/unit/pipe-to/out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/pipe-to/cmd b/test/unit/pipe-to/cmd index 25fc188a..c6070f89 100644 --- a/test/unit/pipe-to/cmd +++ b/test/unit/pipe-to/cmd @@ -1 +1 @@ -sed -n "s/foo/bar/; P" > tmpfileecho -n $(tmpfile) +sed -n "s/foo/bar/; P" > out:e! out diff --git a/test/unit/pipe-to/out b/test/unit/pipe-to/out index 650fcae6..189899d2 100644 --- a/test/unit/pipe-to/out +++ b/test/unit/pipe-to/out @@ -1 +1 @@ -foobarbarbar +barbar