diff src/testdir/Make_all.mak @ 13022:71109531c516 v8.0.1387

patch 8.0.1387: wordcount test is old style commit https://github.com/vim/vim/commit/a703aaee4d6230ed81469ef0cb37f331bf255136 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 11 22:55:26 2017 +0100 patch 8.0.1387: wordcount test is old style Problem: Wordcount test is old style. Solution: Change into a new style test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/2434)
author Christian Brabandt <cb@256bit.org>
date Mon, 11 Dec 2017 23:00:04 +0100
parents f7b2ecaeb79c
children 30f9a62f5f51
line wrap: on
line diff
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -31,8 +31,7 @@ SCRIPTS_ALL = \
 	test95.out \
 	test99.out \
 	test108.out \
-	test_eval.out \
-	test_wordcount.out
+	test_eval.out
 
 
 # Tests that run on most systems, but not on Amiga.
@@ -183,6 +182,7 @@ NEW_TESTS = test_arabic.res \
 	    test_winbuf_close.res \
 	    test_window_id.res \
 	    test_windows_home.res \
+	    test_wordcount.res \
 	    test_writefile.res \
 	    test_alot_latin.res \
 	    test_alot_utf8.res \