diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2014-09-30 23:03:48 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-09-30 23:03:48 -0400 |
| commit | 8a14268ab97e0245a014282c8bb1ccfdf17d014e (patch) | |
| tree | fc40abc08e13259a729b220518fe51958e2fd5dd /src/nvim/testdir | |
| parent | afe7ba1e71f0fe43817ae9abac56c721c99f95c6 (diff) | |
| parent | 01fc01e5d6d170715c5f00dab767f857ecec7c21 (diff) | |
| download | rneovim-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/Makefile | 3 | ||||
| -rw-r--r-- | src/nvim/testdir/test_system.in | bin | 0 -> 137 bytes | |||
| -rw-r--r-- | src/nvim/testdir/test_system.ok | 3 |
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 Binary files differnew file mode 100644 index 0000000000..420465ce26 --- /dev/null +++ b/src/nvim/testdir/test_system.in 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'] |