aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-07-11 17:00:52 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-07-11 17:03:31 +0200
commitda1c6426d66d185562af0e767e17249918e84a0b (patch)
tree5d43e3c2ab2460edf3ed70c357064218a80d96d7
parente577a30665c192f4ee0434bf8073b5873907fa46 (diff)
downloadvis-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
-rw-r--r--sam/errors/filter.cmd1
-rw-r--r--sam/errors/pipe-in.cmd1
-rw-r--r--vis/errors/filter.in (renamed from sam/errors/filter.in)0
-rw-r--r--vis/errors/filter.keys1
-rw-r--r--vis/errors/filter.ref (renamed from sam/errors/filter.ref)0
-rw-r--r--vis/errors/pipe-in.in (renamed from sam/errors/pipe-in.in)0
-rw-r--r--vis/errors/pipe-in.keys1
-rw-r--r--vis/errors/pipe-in.ref (renamed from sam/errors/pipe-in.ref)0
8 files changed, 2 insertions, 2 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/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/filter.in b/vis/errors/filter.in
index 4afca5f..4afca5f 100644
--- a/sam/errors/filter.in
+++ b/vis/errors/filter.in
diff --git a/vis/errors/filter.keys b/vis/errors/filter.keys
new file mode 100644
index 0000000..ebb3939
--- /dev/null
+++ b/vis/errors/filter.keys
@@ -0,0 +1 @@
+:1 | tr a-z A-Z && false<Enter>
diff --git a/sam/errors/filter.ref b/vis/errors/filter.ref
index 4afca5f..4afca5f 100644
--- a/sam/errors/filter.ref
+++ b/vis/errors/filter.ref
diff --git a/sam/errors/pipe-in.in b/vis/errors/pipe-in.in
index b130b9a..b130b9a 100644
--- a/sam/errors/pipe-in.in
+++ b/vis/errors/pipe-in.in
diff --git a/vis/errors/pipe-in.keys b/vis/errors/pipe-in.keys
new file mode 100644
index 0000000..9f6a290
--- /dev/null
+++ b/vis/errors/pipe-in.keys
@@ -0,0 +1 @@
+:1 < echo FAILED && false<Enter>
diff --git a/sam/errors/pipe-in.ref b/vis/errors/pipe-in.ref
index b130b9a..b130b9a 100644
--- a/sam/errors/pipe-in.ref
+++ b/vis/errors/pipe-in.ref