aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
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/nvim/testdir/Makefile
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/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile3
1 files changed, 1 insertions, 2 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