summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_ming.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-16 21:52:51 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-16 21:52:51 +0100
commit209d3874c19d73b209e7d223cf05ea22e183f408 (patch)
treee26d8336afd8f7dd305f0c750ee7895ab062e500 /src/testdir/Make_ming.mak
parent7cb769a69f5b9d6951f4427c85e75f5b2909cf10 (diff)
patch 8.0.1302: still too many old style testsv8.0.1302
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2326)
Diffstat (limited to 'src/testdir/Make_ming.mak')
-rw-r--r--src/testdir/Make_ming.mak3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak
index f2bd8b7405..a05ae322cb 100644
--- a/src/testdir/Make_ming.mak
+++ b/src/testdir/Make_ming.mak
@@ -63,8 +63,7 @@ win32: fixff nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32) newtests
fixff:
-$(VIMPROG) -u dos.vim $(NO_INITS) "+argdo set ff=dos|upd" +q *.in *.ok
-$(VIMPROG) -u dos.vim $(NO_INITS) "+argdo set ff=unix|upd" +q \
- dotest.in test_listchars.ok \
- test_wordcount.ok
+ dotest.in test_wordcount.ok
clean:
-@if exist *.out $(DEL) *.out