aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-09-30 23:03:48 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-09-30 23:03:48 -0400
commit8a14268ab97e0245a014282c8bb1ccfdf17d014e (patch)
treefc40abc08e13259a729b220518fe51958e2fd5dd /src/nvim/testdir
parentafe7ba1e71f0fe43817ae9abac56c721c99f95c6 (diff)
parent01fc01e5d6d170715c5f00dab767f857ecec7c21 (diff)
downloadrneovim-8a14268ab97e0245a014282c8bb1ccfdf17d014e.tar.gz
rneovim-8a14268ab97e0245a014282c8bb1ccfdf17d014e.tar.bz2
rneovim-8a14268ab97e0245a014282c8bb1ccfdf17d014e.zip
Merge pull request #1141 from splinterofchaos/system-nl
vim-patch:7.4.247 + vim-patch:7.4.248 + vim-patch:7.4.256 + f_system() bug fix
Diffstat (limited to 'src/nvim/testdir')
-rw-r--r--src/nvim/testdir/Makefile3
-rw-r--r--src/nvim/testdir/test_system.inbin0 -> 137 bytes
-rw-r--r--src/nvim/testdir/test_system.ok3
3 files changed, 5 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 9f04f880b5..26bf35aa94 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -35,7 +35,8 @@ SCRIPTS := test_autoformat_join.out \
test_listlbr.out test_listlbr_utf8.out \
test_changelist.out \
test_breakindent.out \
- test_insertcount.out
+ test_insertcount.out \
+ test_systen.in
SCRIPTS_GUI := test16.out
diff --git a/src/nvim/testdir/test_system.in b/src/nvim/testdir/test_system.in
new file mode 100644
index 0000000000..420465ce26
--- /dev/null
+++ b/src/nvim/testdir/test_system.in
Binary files differ
diff --git a/src/nvim/testdir/test_system.ok b/src/nvim/testdir/test_system.ok
new file mode 100644
index 0000000000..aa60536c3b
--- /dev/null
+++ b/src/nvim/testdir/test_system.ok
@@ -0,0 +1,3 @@
+
+abcd
+['abcd']