diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-07-11 17:00:52 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-07-11 17:03:31 +0200 |
| commit | da1c6426d66d185562af0e767e17249918e84a0b (patch) | |
| tree | 5d43e3c2ab2460edf3ed70c357064218a80d96d7 /sam | |
| parent | e577a30665c192f4ee0434bf8073b5873907fa46 (diff) | |
| download | vis-da1c6426d66d185562af0e767e17249918e84a0b.tar.gz vis-da1c6426d66d185562af0e767e17249918e84a0b.tar.xz | |
test: move failing sam tests to vis
Contrary to sam we do currently not change the buffer if the external
command fails.
Fix #24
Diffstat (limited to 'sam')
| -rw-r--r-- | sam/errors/filter.cmd | 1 | ||||
| -rw-r--r-- | sam/errors/filter.in | 1 | ||||
| -rw-r--r-- | sam/errors/filter.ref | 1 | ||||
| -rw-r--r-- | sam/errors/pipe-in.cmd | 1 | ||||
| -rw-r--r-- | sam/errors/pipe-in.in | 1 | ||||
| -rw-r--r-- | sam/errors/pipe-in.ref | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/sam/errors/filter.cmd b/sam/errors/filter.cmd deleted file mode 100644 index e54b088..0000000 --- a/sam/errors/filter.cmd +++ /dev/null @@ -1 +0,0 @@ -1 | tr a-z A-Z && false diff --git a/sam/errors/filter.in b/sam/errors/filter.in deleted file mode 100644 index 4afca5f..0000000 --- a/sam/errors/filter.in +++ /dev/null @@ -1 +0,0 @@ -Filter command failed diff --git a/sam/errors/filter.ref b/sam/errors/filter.ref deleted file mode 100644 index 4afca5f..0000000 --- a/sam/errors/filter.ref +++ /dev/null @@ -1 +0,0 @@ -Filter command failed diff --git a/sam/errors/pipe-in.cmd b/sam/errors/pipe-in.cmd deleted file mode 100644 index 033cefb..0000000 --- a/sam/errors/pipe-in.cmd +++ /dev/null @@ -1 +0,0 @@ -1 < echo FAILED && false diff --git a/sam/errors/pipe-in.in b/sam/errors/pipe-in.in deleted file mode 100644 index b130b9a..0000000 --- a/sam/errors/pipe-in.in +++ /dev/null @@ -1 +0,0 @@ -Pipe in command failed diff --git a/sam/errors/pipe-in.ref b/sam/errors/pipe-in.ref deleted file mode 100644 index b130b9a..0000000 --- a/sam/errors/pipe-in.ref +++ /dev/null @@ -1 +0,0 @@ -Pipe in command failed |
