diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2014-10-02 09:49:11 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-10-02 09:49:11 -0400 |
| commit | 60e5d8d1ccd5a07038138f18752620edebeb8a3d (patch) | |
| tree | 1633766a082252e2b1074968377d1fd98481e496 /src/nvim/testdir | |
| parent | 1f622d63bcd3018e5e714c02e6d0b58431c658e4 (diff) | |
| parent | 45525853d3521e73512f68bb390aae0e385ef66c (diff) | |
| download | rneovim-60e5d8d1ccd5a07038138f18752620edebeb8a3d.tar.gz rneovim-60e5d8d1ccd5a07038138f18752620edebeb8a3d.tar.bz2 rneovim-60e5d8d1ccd5a07038138f18752620edebeb8a3d.zip | |
Merge pull request #1260 from tarruda/system-specs
Fix coverity defect(Resource leak) and add some specs which expose the bug to valgrind
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/Makefile | 3 | ||||
| -rw-r--r-- | src/nvim/testdir/test_system.in | bin | 137 -> 0 bytes | |||
| -rw-r--r-- | src/nvim/testdir/test_system.ok | 3 |
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 Binary files differdeleted file mode 100644 index 420465ce26..0000000000 --- a/src/nvim/testdir/test_system.in +++ /dev/null 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'] |