From 1cdba68bcffbaa104aebcee748af99b6e6a6fccd Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 13 Dec 2014 18:30:56 +0000 Subject: [PATCH] Try to fix OSX pipe-to 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 146076d6..467f4845 100644 --- a/test/unit/pipe-to/cmd +++ b/test/unit/pipe-to/cmd @@ -1,2 +1,2 @@ -sed s/foo/bar/ > tmpfilecat tmpfile +sed -n "s/foo/bar/; P" > tmpfilecat tmpfile