From 5b117ae00ff66c3e112603e3de1eb2d25c13b8ab Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 12 Jan 2015 20:41:55 +0000 Subject: [PATCH] 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