diff options
| author | Lucas Hoffmann <l-m-h@web.de> | 2015-05-15 19:03:45 +0200 |
|---|---|---|
| committer | Lucas Hoffmann <l-m-h@web.de> | 2016-05-23 10:15:24 +0200 |
| commit | 87e0621857e9ebfe1509399fdbb9d71f7a4553ff (patch) | |
| tree | 152631e1dc239cc956460421961ffc712ee93891 /src/nvim/testdir/Makefile | |
| parent | 176f223ea3d1e8fb5716d5c2c0f09bead4864d59 (diff) | |
| download | rneovim-87e0621857e9ebfe1509399fdbb9d71f7a4553ff.tar.gz rneovim-87e0621857e9ebfe1509399fdbb9d71f7a4553ff.tar.bz2 rneovim-87e0621857e9ebfe1509399fdbb9d71f7a4553ff.zip | |
tests: Migrate legacy test 30.
The original test did also create additional auxiliary files which where never
used. They are not created any longer.
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 2fba6dd563..88cdf19016 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -15,7 +15,6 @@ SCRIPTS := \ test14.out \ test17.out \ test24.out \ - test30.out \ test32.out \ test34.out \ test37.out \ |