From 78eb2a46d4a701b5171d18109ea3e37ba468a5de Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 12 Jan 2015 20:31:45 +0000 Subject: [PATCH] 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)