summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_ming.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-12-11 22:55:26 +0100
committerBram Moolenaar <Bram@vim.org>2017-12-11 22:55:26 +0100
commita703aaee4d6230ed81469ef0cb37f331bf255136 (patch)
tree85856c4ad9ff95994f036046eb9a7597289be422 /src/testdir/Make_ming.mak
parent8e6a31df81113bbf0e4bb5324a74dc5f6c62a490 (diff)
patch 8.0.1387: wordcount test is old stylev8.0.1387
Problem: Wordcount test is old style. Solution: Change into a new style test. (Yegappan Lakshmanan, closes #2434)
Diffstat (limited to 'src/testdir/Make_ming.mak')
-rw-r--r--src/testdir/Make_ming.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak
index a05ae322cb..d66d6678c8 100644
--- a/src/testdir/Make_ming.mak
+++ b/src/testdir/Make_ming.mak
@@ -63,7 +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_wordcount.ok
+ dotest.in
clean:
-@if exist *.out $(DEL) *.out