From a834f1aa750ed9d137f6585d2bc348e0ef79db97 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 12 Dec 2014 13:59:10 +0000 Subject: [PATCH] Fix pipe-insert test --- test/unit/pipe-insert/cmd | 2 -- test/unit/pipe-to/cmd | 2 ++ test/unit/{pipe-insert => pipe-to}/in | 0 test/unit/{pipe-insert => pipe-to}/out | 0 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 test/unit/pipe-insert/cmd create mode 100644 test/unit/pipe-to/cmd rename test/unit/{pipe-insert => pipe-to}/in (100%) rename test/unit/{pipe-insert => pipe-to}/out (100%) diff --git a/test/unit/pipe-insert/cmd b/test/unit/pipe-insert/cmd deleted file mode 100644 index 3107b039..00000000 --- a/test/unit/pipe-insert/cmd +++ /dev/null @@ -1,2 +0,0 @@ -sed s/foo/bar/ - diff --git a/test/unit/pipe-to/cmd b/test/unit/pipe-to/cmd new file mode 100644 index 00000000..146076d6 --- /dev/null +++ b/test/unit/pipe-to/cmd @@ -0,0 +1,2 @@ +sed s/foo/bar/ > tmpfilecat tmpfile + diff --git a/test/unit/pipe-insert/in b/test/unit/pipe-to/in similarity index 100% rename from test/unit/pipe-insert/in rename to test/unit/pipe-to/in diff --git a/test/unit/pipe-insert/out b/test/unit/pipe-to/out similarity index 100% rename from test/unit/pipe-insert/out rename to test/unit/pipe-to/out