aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-10-01 09:32:56 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-10-01 21:41:54 -0300
commit35d7815eb2c89bd88c94e32b2e6afecc906d7e7d (patch)
tree16712c97c2fcf1e320c9595c88e8903b283a8154 /src
parentf6a008a1824938038bb0801881302ea5b42e1087 (diff)
downloadrneovim-35d7815eb2c89bd88c94e32b2e6afecc906d7e7d.tar.gz
rneovim-35d7815eb2c89bd88c94e32b2e6afecc906d7e7d.tar.bz2
rneovim-35d7815eb2c89bd88c94e32b2e6afecc906d7e7d.zip
test: Add some specs for the viml function `system()`
These new specs replace src/nvim/testdir/test_system
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/Makefile3
-rw-r--r--src/nvim/testdir/test_system.inbin137 -> 0 bytes
-rw-r--r--src/nvim/testdir/test_system.ok3
3 files changed, 1 insertions, 5 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 26bf35aa94..9f04f880b5 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -35,8 +35,7 @@ SCRIPTS := test_autoformat_join.out \
test_listlbr.out test_listlbr_utf8.out \
test_changelist.out \
test_breakindent.out \
- test_insertcount.out \
- test_systen.in
+ test_insertcount.out
SCRIPTS_GUI := test16.out
diff --git a/src/nvim/testdir/test_system.in b/src/nvim/testdir/test_system.in
deleted file mode 100644
index 420465ce26..0000000000
--- a/src/nvim/testdir/test_system.in
+++ /dev/null
Binary files differ
diff --git a/src/nvim/testdir/test_system.ok b/src/nvim/testdir/test_system.ok
deleted file mode 100644
index aa60536c3b..0000000000
--- a/src/nvim/testdir/test_system.ok
+++ /dev/null
@@ -1,3 +0,0 @@
-
-abcd
-['abcd']