diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-01-12 20:47:18 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-01-12 20:47:18 +0000 |
| commit | 9b4dc8d56be05fa74f53ca327c6c174252dd08ec (patch) | |
| tree | 47dd79f7391082231c543da9d390fad43b2d5228 | |
| parent | f440c3137004d68ab6cafae7948479af07d720f8 (diff) | |
| parent | 5b117ae00ff66c3e112603e3de1eb2d25c13b8ab (diff) | |
Merge branch 'master' into memory-tracking
| -rw-r--r-- | test/unit/pipe-to/cmd | 2 | ||||
| -rw-r--r-- | 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 98ef9e4c..c6070f89 100644 --- a/test/unit/pipe-to/cmd +++ b/test/unit/pipe-to/cmd @@ -1 +1 @@ -<a-|>sed -n "s/foo/bar/; P" > tmpfile<ret><a-!>cat tmpfile<ret> +<a-|>sed -n "s/foo/bar/; P" > out<ret>:e! out<ret> 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 |
