diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-10-22 14:23:59 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-10-22 14:23:59 +0200 |
commit | 53f0c962394dc6bc66d5b0762af9434e672d1b25 (patch) | |
tree | d38aea2f246572279327e24876e4f7760df650de /src/testdir/Make_ming.mak | |
parent | 6b89dbb55f84c485310c8c9e094dbafe3ecbace6 (diff) | |
download | vim-git-53f0c962394dc6bc66d5b0762af9434e672d1b25.tar.gz |
patch 8.0.1209: still too many old style testsv8.0.1209
Problem: Still too many old style tests.
Solution: Convert a few more tests to new style. (Yegappan Lakshmanan,
closes #2230)
Diffstat (limited to 'src/testdir/Make_ming.mak')
-rw-r--r-- | src/testdir/Make_ming.mak | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak index ecfa97e4c..ea748cd93 100644 --- a/src/testdir/Make_ming.mak +++ b/src/testdir/Make_ming.mak @@ -4,8 +4,6 @@ # # Author: Bill McCarthy # -# Note that test54 has been removed until it is fixed. -# # Requires a set of Unix tools: echo, diff, etc. ifneq (sh.exe, $(SHELL)) @@ -35,7 +33,6 @@ include Make_all.mak # test10 'errorformat' is different # test12 can't unlink a swap file # test25 uses symbolic link -# test54 doesn't work yet # test97 \{ and \$ are not escaped characters SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE1) $(SCRIPTS_MORE4) $(SCRIPTS_WIN32) |