diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2014-06-30 12:22:50 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2014-06-30 12:22:50 +0200 |
| commit | d20d43bf3622fc4bb416cf2ca95d5cf0c4c88fcf (patch) | |
| tree | 42173f19891a452bdf10b8b7769a457068ecbb7a /test/unit/pipe-insert | |
| parent | 7aa78d726a54fa57a8dc5ed973ab0b30eeba6bf3 (diff) | |
add testing framework
Diffstat (limited to 'test/unit/pipe-insert')
| -rw-r--r-- | test/unit/pipe-insert/cmd | 1 | ||||
| -rw-r--r-- | test/unit/pipe-insert/in | 1 | ||||
| -rw-r--r-- | test/unit/pipe-insert/out | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/pipe-insert/cmd b/test/unit/pipe-insert/cmd new file mode 100644 index 00000000..323fae03 --- /dev/null +++ b/test/unit/pipe-insert/cmd @@ -0,0 +1 @@ +foobar diff --git a/test/unit/pipe-insert/in b/test/unit/pipe-insert/in new file mode 100644 index 00000000..d5c79cc2 --- /dev/null +++ b/test/unit/pipe-insert/in @@ -0,0 +1 @@ +<a-|>sed s/foo/bar/<ret> diff --git a/test/unit/pipe-insert/out b/test/unit/pipe-insert/out new file mode 100644 index 00000000..323fae03 --- /dev/null +++ b/test/unit/pipe-insert/out @@ -0,0 +1 @@ +foobar |
